bme680-stm32/.clang-format
Maximilian Grau 7cc9eca65f Init project
2021-01-06 01:28:09 +01:00

9 lines
221 B
YAML

BasedOnStyle: "LLVM"
AccessModifierOffset: "-4"
AllowShortFunctionsOnASingleLine: "false"
BreakBeforeBraces: "Allman"
ColumnLimit: "100"
IndentCaseLabels: "false"
IndentWidth: "4"
AlwaysBreakTemplateDeclarations: "true"