blob: 016cbecb1b25c486f93640bd83db4a239506f999 [file] [log] [blame]
Andrew Scull4f170f52018-07-19 12:58:20 +01001BasedOnStyle: Google
2IndentWidth: 8
3ContinuationIndentWidth: 8
4UseTab: Always
5BreakBeforeBraces: Linux
6AllowShortFunctionsOnASingleLine: None
7AllowShortIfStatementsOnASingleLine: false
8AllowShortLoopsOnASingleLine: false
9IndentCaseLabels: false