Update list of wide characters
[centerim5.git] / _clang-format
blobe96c92e9185c91aeccdb1b98466905fd88c03046
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 ...