Closed alecive closed 7 years ago
Hello,
thanks for this very useful tool! I have a question related to bracewrapping, because I cannot make it work. A standard clang-format file should have something like this:
bracewrapping
clang-format
BraceWrapping: AfterClass: false AfterControlStatement: false AfterEnum: false AfterFunction: true AfterNamespace: false AfterObjCDeclaration: false AfterStruct: false AfterUnion: false BeforeCatch: false BeforeElse: false IndentBraces: false
How to replicate this in a custom style for this package?
I have created a PR( #49 ) with support for this.
closed by #49
Hello,
thanks for this very useful tool! I have a question related to
bracewrapping
, because I cannot make it work. A standardclang-format
file should have something like this:How to replicate this in a custom style for this package?