Revision 3b1effdfa5f4777799f4fc3da00554b5b8d035e0 authored by Simon Ser on 24 June 2021, 16:26:29 UTC, committed by Simon Ser on 24 June 2021, 16:26:29 UTC
1 parent b21913e
Raw File
.clang-format
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
back to top