Last active
October 2, 2018 16:59
-
-
Save araml/0f344f1df4bb35350349085ecd0ae13e to your computer and use it in GitHub Desktop.
My clang format
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
| AlignTrailingComments: true | |
| AllowShortFunctionsOnASingleLine: false | |
| AllowShortIfStatementsOnASingleLine: false | |
| AllowShortLoopsOnASingleLine: false | |
| AlwaysBreakBeforeMultilineStrings: true | |
| AlwaysBreakTemplateDeclarations: true | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true | |
| ColumnLimit: 80 | |
| IndentWidth: 4 | |
| Language: Cpp | |
| NamespaceIndentation: All | |
| UseTab: Never | |
| Standard: Cpp11 | |
| AccessModifierOffset: -4 | |
| BreakBeforeBraces: Attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment