Initial commit
This commit is contained in:
11
.clang-format
Normal file
11
.clang-format
Normal file
@@ -0,0 +1,11 @@
|
||||
AlignTrailingComments: true
|
||||
BasedOnStyle: WebKit
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
ColumnLimit: 80
|
||||
Cpp11BracedListStyle: true
|
||||
IndentCaseLabels: true
|
||||
NamespaceIndentation: None
|
||||
PointerBindsToType: false
|
||||
Standard: Cpp11
|
||||
BreakBeforeBinaryOperators: false
|
||||
BreakBeforeBraces: Stroustrup
|
||||
Reference in New Issue
Block a user