AMDGPU: Add v_mfma_i32_16x16x64_i8 for gfx950 (#116728)
[llvm-project.git] / pstl / .clang-format
blob8a110c1cec8b0e689dc78c835c4e1a9bccf77f88
1 BasedOnStyle: LLVM
3 Language: Cpp
4 Standard: Cpp11
6 IndentWidth: 4
7 ColumnLimit: 120
9 AlwaysBreakTemplateDeclarations: true
10 AlwaysBreakAfterReturnType: All
11 PointerAlignment: Left
12 AllowShortIfStatementsOnASingleLine: false
13 BreakBeforeBraces: Allman
15 # Disable formatting options which may break tests.
16 SortIncludes: false
17 ReflowComments: false
19 # Indent preprocessor directives
20 IndentPPDirectives: AfterHash