cli-env-project/.clang-format
Simon 26a4153f01 init
Author:    Simon <sfja.skp@edu.mercantec.dk>
2023-02-06 12:46:47 +01:00

10 lines
171 B
YAML

BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 80
IndentCaseLabels: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
SplitEmptyFunction: false