web-stack-project/.clang-format

9 lines
170 B
Plaintext
Raw Normal View History

2023-01-08 17:41:40 +00:00
BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 80
IndentCaseLabels: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
SplitEmptyFunction: false