mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 00:09:54 -05:00
Updating .clang-format (#915)
This commit is contained in:
parent
091a35293a
commit
e217774678
@ -23,11 +23,10 @@ BraceWrapping:
|
|||||||
AfterClass: true
|
AfterClass: true
|
||||||
AfterFunction: true
|
AfterFunction: true
|
||||||
AfterControlStatement: false
|
AfterControlStatement: false
|
||||||
AfterEnum: false
|
AfterEnum: true
|
||||||
AfterNamespace: false
|
AfterNamespace: true
|
||||||
AfterObjCDeclaration: false
|
AfterStruct: true
|
||||||
AfterStruct: false
|
AfterUnion: true
|
||||||
AfterUnion: false
|
|
||||||
BeforeCatch: false
|
BeforeCatch: false
|
||||||
BeforeElse: false
|
BeforeElse: false
|
||||||
IndentBraces: false
|
IndentBraces: false
|
||||||
|
Loading…
Reference in New Issue
Block a user