linux armnoneeabigcc

This commit is contained in:
TuxMonkey
2025-11-15 15:55:05 +08:00
parent 0f85356b7d
commit 71e9329709
2 changed files with 124 additions and 60 deletions

View File

@@ -18,10 +18,10 @@ BraceWrapping:
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: false
BeforeElse: false
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
BeforeWhile: false
BeforeWhile: true
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true