[Tizen] Disable jithost arena cache
[platform/upstream/coreclr.git] / src / corefx / .clang-format
1 ---
2 Language:        Cpp
3 # BasedOnStyle:  LLVM
4 AlignEscapedNewlinesLeft: false
5 AlignAfterOpenBracket: true
6 AllowShortFunctionsOnASingleLine: false
7 AlwaysBreakTemplateDeclarations: true
8 BinPackArguments: false
9 BinPackParameters: false
10 BreakBeforeBraces: Allman
11 ColumnLimit:     120
12 ConstructorInitializerAllOnOneLineOrOnePerLine: true
13 IndentCaseLabels: true
14 IndentWidth: 4
15 PointerAlignment: Left
16 TabWidth:    4
17 ...
18