This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-10-17 10:29:56 -04:00
|
|
|
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
|