diff options
| author | Zixun LI <[email protected]> | 2026-07-29 16:08:26 +0200 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-07-29 16:08:26 +0200 |
| commit | 1b628e3fb581d56639fac9287448203db7d10ff1 (patch) | |
| tree | 950d5f20db78aafb2aec5205a06ac51b15dbc960 /.idea/codeStyles/Project.xml | |
| parent | a7d778c68e46c6013a39d8520c176a3592fc0cd7 (diff) | |
| parent | e88fc441ddcaaa5abd4f4673ef2bf29499522dc0 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into fix/lpc43-hfp-reliability
Diffstat (limited to '.idea/codeStyles/Project.xml')
| -rw-r--r-- | .idea/codeStyles/Project.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..35c56fc87 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,10 @@ +<component name="ProjectCodeStyleConfiguration"> + <code_scheme name="Project" version="173"> + <RiderCodeStyleSettings> + <option name="/Default/CodeStyle/CodeFormatting/CppClangFormat/EnableClangFormatSupport/@EntryValue" value="true" type="bool" /> + </RiderCodeStyleSettings> + <clangFormatSettings> + <option name="ENABLED" value="true" /> + </clangFormatSettings> + </code_scheme> +</component>
\ No newline at end of file |
