summaryrefslogtreecommitdiff
path: root/src/corefx/.clang-format
blob: 64f593eedebf1254eb5f0dfc4ffff56e4cc662b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
Language:        Cpp
# BasedOnStyle:  LLVM
AlignEscapedNewlinesLeft: false
AlignAfterOpenBracket: true
AllowShortFunctionsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Allman
ColumnLimit:     120
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentCaseLabels: true
IndentWidth: 4
PointerAlignment: Left
TabWidth:    4
...