Files
shinoa/.clang-format

15 lines
339 B
YAML

BasedOnStyle: LLVM
UseTab: ForIndentation
IndentWidth: 8
TabWidth: 8
ContinuationIndentWidth: 8
ColumnLimit: 100
SortIncludes: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignOperands: Align
AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Attach
IndentCaseLabels: false
PointerAlignment: Right