aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
blob: 35e545ac4bd58c9eeff240fdbc8d29684f8d2ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
BasedOnStyle: llvm
Language: Cpp
ColumnLimit: 80
IndentWidth: 2
TabWidth: 2
UseTab: Never
IndentCaseLabels: true
BreakBeforeBraces: Linux
AlignEscapedNewlinesLeft: false
AllowShortFunctionsOnASingleLine: false
SpacesBeforeTrailingComments: 2
PenaltyReturnTypeOnItsOwnLine: 200