aboutsummaryrefslogblamecommitdiffstats
path: root/.clang-format
blob: 5818da3cad2dff1b7b3d8625af0920f5f87b5a98 (plain) (tree)
1
2
3
4
5
6
7
                  

              



                                          








                                                
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SortIncludes: false
ColumnLimit: 80
AlignAfterOpenBracket: DontAlign
BinPackParameters: false
BinPackArguments: false
ContinuationIndentWidth: 8
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortLoopsOnASingleLine: true
ReflowComments: false