2026-05-14 18:16:40 +07:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
|
IndentWidth: 4
|
|
|
|
|
TabWidth: 4
|
|
|
|
|
UseTab: Never
|
|
|
|
|
ColumnLimit: 120
|
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2026-04-28 18:46:46 +07:00
|
|
|
SortIncludes: true
|
2026-05-14 18:16:40 +07:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
|
BraceWrapping:
|
|
|
|
|
AfterFunction: true
|
|
|
|
|
AfterControlStatement: false
|
|
|
|
|
AfterClass: false
|
|
|
|
|
AfterNamespace: false
|
|
|
|
|
AfterEnum: false
|
|
|
|
|
AfterStruct: false
|
|
|
|
|
AfterUnion: false
|
|
|
|
|
AfterExternBlock: false
|