2024-02-17 14:22:02 -05:00
|
|
|
# Format Style Options - Created with Clang Power Tools
|
|
|
|
---
|
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
|
AlignOperands: DontAlign
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
ColumnLimit: 180
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
IndentCaseBlocks: true
|
|
|
|
IndentWidth: 4
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
ObjCBlockIndentWidth: 4
|
|
|
|
ObjCBreakBeforeNestedBlockParam: false
|
2024-10-08 12:19:44 -04:00
|
|
|
SortIncludes: true
|
2024-02-17 14:22:02 -05:00
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Always
|
|
|
|
...
|