blob: 5747e19cf291b0548cc06fd90e776ca1c285badb [file] [log] [blame]
Shawn Willden489dfe12015-03-17 10:13:27 -06001BasedOnStyle: LLVM
2IndentWidth: 4
3UseTab: Never
4BreakBeforeBraces: Attach
5AllowShortFunctionsOnASingleLine: Inline
6AllowShortIfStatementsOnASingleLine: false
7IndentCaseLabels: false
8ColumnLimit: 100
9PointerBindsToType: true
10SpacesBeforeTrailingComments: 2