sangaboard-firmware/.clang-format
2021-07-14 02:15:50 +01:00

12 lines
272 B
YAML

BasedOnStyle: LLVM
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Allman
ColumnLimit: 0
FixNamespaceComments: false
IndentCaseLabels: false
IndentPPDirectives: None
IndentWidth: 4
NamespaceIndentation: All
TabWidth: 4
UseTab: Never