aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
blob: 704da216f142e187932942838bbefbae115ecdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html

Language: Cpp
Standard: Latest
BasedOnStyle: LLVM

AccessModifierOffset: -4
AlignEscapedNewlines: DontAlign
AlignTrailingComments: false
AllowShortFunctionsOnASingleLine: None
AlwaysBreakTemplateDeclarations: Yes
BreakStringLiterals: false
ColumnLimit: 120
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 1
PointerAlignment: Right