Files
nntpchan/contrib/backends/nntpchan-daemon/.clang-format
T
Jeff Becker 841c5c6afe clang format
2017-10-17 10:29:56 -04:00

15 lines
264 B
YAML

TabWidth: 2
UseTab: Never
ColumnLimit: 120
IndentWidth: 2
Language: Cpp
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
BeforeElse: true