blob: b0dc94c1d27e1aa6f8af13b3ec3897e20e5eb809 [file] [log] [blame]
Shawn Willden489dfe12015-03-17 10:13:27 -06001BasedOnStyle: LLVM
2IndentWidth: 4
3UseTab: Never
4BreakBeforeBraces: Attach
5AllowShortFunctionsOnASingleLine: Inline
Janis Danisevskis18f27ad2016-06-01 13:57:40 -07006AllowShortIfStatementsOnASingleLine: true
Shawn Willden489dfe12015-03-17 10:13:27 -06007IndentCaseLabels: false
8ColumnLimit: 100
9PointerBindsToType: true
10SpacesBeforeTrailingComments: 2