1 2 3 4 5 6 7 8
--- BasedOnStyle: LLVM IndentWidth: '4' SpaceAfterCStyleCast: 'true' ColumnLimit: 110 AllowShortFunctionsOnASingleLine: None IndentCaseLabels: 'true' ...