Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format9
1 files changed, 4 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index 5dc8fc3b0..3838b6b1f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -23,11 +23,10 @@ BraceWrapping:
AfterClass: true
AfterFunction: true
AfterControlStatement: false
- AfterEnum: false
- AfterNamespace: false
- AfterObjCDeclaration: false
- AfterStruct: false
- AfterUnion: false
+ AfterEnum: true
+ AfterNamespace: true
+ AfterStruct: true
+ AfterUnion: true
BeforeCatch: false
BeforeElse: false
IndentBraces: false