blob: c12d3bf2994fd5a083c04025d355a5ab4b3f6802 [file] [log] [blame]
Seth Cantrelldd923ee2015-10-01 20:53:37 -04001ColumnLimit: 100
Seth Cantrell96e57572015-09-26 18:00:54 -04002
3UseTab: Never
4IndentWidth: 4
5AccessModifierOffset: -4
6NamespaceIndentation: Inner
7
Anna Gringauzecea0d0a2018-08-12 21:44:17 -07008BreakBeforeBraces: Custom
9BraceWrapping:
10 AfterNamespace: true
11 AfterEnum: true
12 AfterStruct: true
13 AfterClass: true
14 SplitEmptyFunction: false
15 AfterControlStatement: true
16 AfterFunction: true
17 AfterUnion: true
18 BeforeElse: true
19
20
Seth Cantrelldd923ee2015-10-01 20:53:37 -040021AlwaysBreakTemplateDeclarations: true
Seth Cantrell96e57572015-09-26 18:00:54 -040022BreakConstructorInitializersBeforeComma: true
23ConstructorInitializerAllOnOneLineOrOnePerLine: true
24AllowShortBlocksOnASingleLine: true
25AllowShortFunctionsOnASingleLine: All
26AllowShortIfStatementsOnASingleLine: true
27AllowShortLoopsOnASingleLine: true
28
29PointerAlignment: Left
30AlignConsecutiveAssignments: false
Neil MacIntoshb03b04b2016-07-20 13:17:47 -070031AlignTrailingComments: true
Seth Cantrell96e57572015-09-26 18:00:54 -040032
33SpaceAfterCStyleCast: true
Anna Gringauzecea0d0a2018-08-12 21:44:17 -070034CommentPragmas: '^ NO-FORMAT:'