Simplify use of config files in the CMake build
[centerim5.git] / _clang-format
blob119cb1a0455c1618b3907f3dca894d04f84688e1
1 ---
2 Language: Cpp
3 BasedOnStyle: LLVM
5 AlignAfterOpenBracket: false
6 AlignOperands: false
7 AllowShortFunctionsOnASingleLine: Inline
8 BreakBeforeBraces: Stroustrup
9 ConstructorInitializerIndentWidth: 2
10 ContinuationIndentWidth: 2
11 Standard: Cpp11
12 ...