blob: b0dc94c1d27e1aa6f8af13b3ec3897e20e5eb809 [file] [log] [blame]
Shawn Willden98d9b922014-08-26 08:14:10 -06001BasedOnStyle: LLVM
2IndentWidth: 4
3UseTab: Never
4BreakBeforeBraces: Attach
5AllowShortFunctionsOnASingleLine: Inline
Shawn Willdenb63364f2017-12-04 14:58:45 -07006AllowShortIfStatementsOnASingleLine: true
Shawn Willden98d9b922014-08-26 08:14:10 -06007IndentCaseLabels: false
8ColumnLimit: 100
9PointerBindsToType: true
10SpacesBeforeTrailingComments: 2