Shawn Willden | 489dfe1 | 2015-03-17 10:13:27 -0600 | [diff] [blame] | 1 | BasedOnStyle: LLVM |
2 | IndentWidth: 4 | ||||
3 | UseTab: Never | ||||
4 | BreakBeforeBraces: Attach | ||||
5 | AllowShortFunctionsOnASingleLine: Inline | ||||
6 | AllowShortIfStatementsOnASingleLine: false | ||||
7 | IndentCaseLabels: false | ||||
8 | ColumnLimit: 100 | ||||
9 | PointerBindsToType: true | ||||
10 | SpacesBeforeTrailingComments: 2 |