mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1399359 - Enable clang-format option SplitEmptyFunction to have empty constructor correctly placed r=andi,jya
MozReview-Commit-ID: 9tRSMN89iuM --HG-- extra : rebase_source : 888feddcd4705ee6fa779294f3982cd02b15be74
This commit is contained in:
parent
4ecac16e72
commit
227c2090a1
@ -35,3 +35,13 @@ BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
SpaceAfterTemplateKeyword: false
|
||||
ReflowComments: false
|
||||
|
||||
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterEnum: true
|
||||
AfterStruct: true
|
||||
AfterFunction: true
|
||||
AfterClass: true
|
||||
SplitEmptyFunction: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user