Created
October 16, 2018 17:22
-
-
Save PhiBabin/f75d35ce3bac27899f2a0b5770c0e880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
BasedOnStyle: WebKit | |
IndentWidth: 4 | |
TabWidth: 4 | |
UseTab: Always | |
SortUsingDeclarations: false | |
SortIncludes: false | |
BreakConstructorInitializers: AfterColon | |
SpaceAfterTemplateKeyword: false | |
# SpaceBeforeCtorInitializerColon: false # Only supported on clang >= 8.0 | |
PointerAlignment: Right | |
DerivePointerAlignment: true | |
BreakBeforeBraces: Custom | |
BraceWrapping: | |
AfterFunction: true | |
AfterControlStatement: true | |
AfterStruct: true | |
AfterUnion: true | |
SplitEmptyFunction: false | |
BeforeElse: true | |
ColumnLimit: 100 | |
MaxEmptyLinesToKeep: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment