defocus-modules/.clang-format

17 lines
312 B
Plaintext
Raw Permalink Normal View History

---
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakStringLiterals: 'false'
ColumnLimit: '120'
IndentCaseLabels: 'false'
IndentPPDirectives: None
IndentWidth: '4'
BreakBeforeBraces: 'Custom'
BraceWrapping:
AfterEnum: 'true'
AfterStruct: 'true'
AfterFunction: 'true'
SortIncludes: 'false'
...