summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2021-09-30 12:07:39 -0500
committerGitHub <noreply@github.com>2021-09-30 17:07:39 +0000
commit720e3afc907f429cf8105ee49b3628ddaacbf7a3 (patch)
tree68e8cd29c979cdab7ba92268d7903cb3e7b79779 /.clang-format
parent4e54aa63e13f551e9c647ce59edd958e1d84ddb1 (diff)
Finish the Java Api (#6396)
This commit finishes the implementation of the Java API. It also includes all java files in the build along with their unit tests.
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