[SCEV] Use context to strengthen flags of BinOps
[platform/upstream/llvm.git] / pstl / .clang-format
1 BasedOnStyle: LLVM
2
3 Language: Cpp
4 Standard: Cpp11
5
6 IndentWidth: 4
7 ColumnLimit: 120
8
9 AlwaysBreakTemplateDeclarations: true
10 AlwaysBreakAfterReturnType: All
11 PointerAlignment: Left
12 AllowShortIfStatementsOnASingleLine: false
13 BreakBeforeBraces: Allman
14
15 # Disable formatting options which may break tests.
16 SortIncludes: false
17 ReflowComments: false
18
19 # Indent preprocessor directives
20 IndentPPDirectives: AfterHash