diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-04 04:31:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 12:31:47 +0800 |
| commit | b1b622c303a40a5533962fc63559a0346cfbca04 (patch) | |
| tree | c5c064b7f9c4d5047f35d6a6a28256d7ce989d17 /.clang-format | |
| parent | f216abca4217b3fe4497d5aea5e4a3d6cf679b46 (diff) | |
Fix overlapping debug menus and screens (#294)
* Fix overlapping debug menus and screens
Also resolves a formatting issue with clang-format
* Update readme
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index 383e6210..a4d4a4c2 100644 --- a/.clang-format +++ b/.clang-format @@ -39,9 +39,7 @@ RemoveSemicolon: false SeparateDefinitionBlocks: Leave ShortNamespaceLines: 1 SkipMacroDefinitionBody: false -SortIncludes: - Enabled: true - IgnoreCase: false +SortIncludes: CaseSensitive SpacesInParens: Never SpacesInParensOptions: ExceptDoubleParentheses: false |
