| Andrew Scull | 4f170f5 | 2018-07-19 12:58:20 +0100 | [diff] [blame^] | 1 | BasedOnStyle: Google |
| 2 | IndentWidth: 8 | ||||
| 3 | ContinuationIndentWidth: 8 | ||||
| 4 | UseTab: Always | ||||
| 5 | BreakBeforeBraces: Linux | ||||
| 6 | AllowShortFunctionsOnASingleLine: None | ||||
| 7 | AllowShortIfStatementsOnASingleLine: false | ||||
| 8 | AllowShortLoopsOnASingleLine: false | ||||
| 9 | IndentCaseLabels: false | ||||