Files
execution-counter/.clang-format
2023-03-20 11:07:25 +01:00

9 lines
148 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
---