Skip to content
Snippets Groups Projects
Commit 1b92f9fc authored by Grant Kim's avatar Grant Kim
Browse files

.clang-format: AfterExternBlock: 'false'

parent ca645722
No related branches found
No related tags found
No related merge requests found
---
# Last Update: 2019-08-17T01:33:00
# Last Update: 2019-08-18T02:32:00
Language: Cpp
AccessModifierOffset: '-2'
AlignAfterOpenBracket: 'AlwaysBreak'
......@@ -32,11 +32,11 @@ BraceWrapping: {
AfterClass: 'true',
AfterControlStatement: 'true',
AfterEnum: 'true',
AfterExternBlock: 'false',
AfterFunction: 'true',
AfterNamespace: 'false',
AfterStruct: 'true',
AfterUnion: 'true',
AfterExternBlock: 'true',
BeforeCatch: 'true',
BeforeElse: 'true',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment