clang format
This commit is contained in:
14
contrib/backends/nntpchan-daemon/.clang-format
Normal file
14
contrib/backends/nntpchan-daemon/.clang-format
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user