summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format14
1 files changed, 13 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index a4e83f330..fc35b4e00 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,8 +20,20 @@ DerivePointerAlignment: false
---
Language: Java
BasedOnStyle: Google
-ColumnLimit: 80
+AllowShortCaseLabelsOnASingleLine: true
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
+BraceWrapping:
+ AfterCaseLabel: true
+ AfterClass: true
+ AfterControlStatement: true
+ AfterEnum: true
+ AfterFunction: true
+ AfterStruct: true
+ AfterUnion: true
+ BeforeCatch: true
+ BeforeElse: true
+BreakBeforeBraces: Custom
+DerivePointerAlignment: false
...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback