1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- BasedOnStyle: LLVM IndentWidth: 2 ColumnLimit: 160 --- Language: Cpp SpaceBeforeCpp11BracedList: true PointerAlignment: Left AllowShortFunctionsOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty SpaceBeforeCtorInitializerColon: false ...