Created
February 25, 2023 22:04
-
-
Save rugbyprof/2c69058f603d3e36a05bfa6567229316 to your computer and use it in GitHub Desktop.
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
Standard: Cpp11 | |
BasedOnStyle: LLVM | |
IndentWidth: 4 | |
ColumnLimit: 0 | |
AccessModifierOffset: -4 | |
NamespaceIndentation: All | |
BreakBeforeBraces: Custom | |
BraceWrapping: | |
AfterEnum: false | |
AfterStruct: false | |
AfterClass: false | |
SplitEmptyFunction: true | |
AfterControlStatement: false | |
AfterNamespace: false | |
AfterFunction: false | |
AfterUnion: false | |
AfterExternBlock: false | |
BeforeCatch: false | |
BeforeElse: false | |
SplitEmptyRecord: false | |
SplitEmptyNamespace: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment