.clang-format (266B)
1 # © 2020 and later: Unicode, Inc. and others. 2 # License & terms of use: http://www.unicode.org/copyright.html 3 4 --- 5 Language: Cpp 6 BasedOnStyle: LLVM 7 IndentWidth: 4 8 ColumnLimit: 105 9 AllowShortBlocksOnASingleLine: false 10 AllowShortIfStatementsOnASingleLine: true 11 ...