blob: 78696f51e0722528bd8e155927b1ddbcab8a088f [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
8BreakBeforeBraces: Allman
Seth Cantrelldd923ee2015-10-01 20:53:37 -04009AlwaysBreakTemplateDeclarations: true
Seth Cantrell96e57572015-09-26 18:00:54 -040010BreakConstructorInitializersBeforeComma: true
11ConstructorInitializerAllOnOneLineOrOnePerLine: true
12AllowShortBlocksOnASingleLine: true
13AllowShortFunctionsOnASingleLine: All
14AllowShortIfStatementsOnASingleLine: true
15AllowShortLoopsOnASingleLine: true
16
17PointerAlignment: Left
18AlignConsecutiveAssignments: false
Neil MacIntoshb03b04b2016-07-20 13:17:47 -070019AlignTrailingComments: true
Seth Cantrell96e57572015-09-26 18:00:54 -040020
21SpaceAfterCStyleCast: true