1 2 3 4 5 6 7 8 9 10 11 12 |
Language: Cpp UseTab: ForContinuationAndIndentation ColumnLimit: 200 IndentWidth: 4 TabWidth: 4 ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 2 ContinuationIndentWidth: 2 AllowAllParametersOfDeclarationOnNextLine: true AllowShortFunctionsOnASingleLine: InlineOnly BraceWrapping: AfterFunction: false |