Files
wh0loader/.clang-format
T

40 lines
927 B
YAML

BasedOnStyle: Microsoft
Language: Cpp
BreakBeforeBraces: Allman
PointerAlignment: Right
DerivePointerAlignment: false
IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: true
NamespaceIndentation: None
MaxEmptyLinesToKeep: 1
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: false
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
InsertNewlineAtEOF: true
UseCRLF: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignOperands: true
AlwaysBreakAfterReturnType: None
BreakStringLiterals: true
Cpp11BracedListStyle: true
IndentExternBlock: AfterExternBlock
KeepEmptyLinesAtTheStartOfBlocks: false
ReflowComments: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements