format: Sort includes. Yes, please.

This commit is contained in:
2024-10-08 12:19:44 -04:00
parent a8fa969114
commit 277830bc3c
11 changed files with 12 additions and 13 deletions

View File

@ -14,7 +14,7 @@ IndentWidth: 4
MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCBreakBeforeNestedBlockParam: false
SortIncludes: false
SortIncludes: true
TabWidth: 4
UseTab: Always
...