Style: Downgrade .clang-format arguments to 17.x

This commit is contained in:
Thaddeus Crews
2024-11-27 10:11:17 -06:00
parent bbc54692c0
commit 3c78eb1713
2 changed files with 9 additions and 49 deletions

View File

@@ -30,10 +30,7 @@ JavaImportGroups:
- com.google
- java
- javax
KeepEmptyLines:
AtEndOfFile: false
AtStartOfBlock: false
AtStartOfFile: false
KeepEmptyLinesAtTheStartOfBlocks: false
ObjCBlockIndentWidth: 4
PackConstructorInitializers: NextLine
RemoveSemicolon: false # Differs from base .clang-format