summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 28d13da25641959fd3699556206b6725dcfaea2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Default Linux style
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false

# From CodingReadme
TabWidth: 8
ContinuationIndentWidth: 2
ColumnLimit: 150
# BreakBeforeBraces: Linux