Files

19 lines
455 B
Plaintext
Raw Permalink Normal View History

2024-12-01 20:04:09 -05:00
BasedOnStyle: LLVM
AccessModifierOffset: 2
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Attach
ContinuationIndentWidth: 2
# ColumnLimit: 0
FixNamespaceComments: false
TabWidth: 2
IndentAccessModifiers: true
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 2
NamespaceIndentation: All
PointerAlignment: Left
UseTab: Never