blob: 35dc1123060e205f6fe008da685b4cbb73738888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
Language: Cpp
Standard: Latest
BasedOnStyle: LLVM
AlignEscapedNewlines: DontAlign
AlignTrailingComments: false
AllowShortFunctionsOnASingleLine: None
BreakStringLiterals: false
ColumnLimit: 120
IndentWidth: 4
KeepEmptyLines:
AtStartOfBlock: false
AtStartOfFile: false
PointerAlignment: Left
|