summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 01c8eeb25..23e537b33 100644
--- a/.clang-format
+++ b/.clang-format
@@ -16,4 +16,11 @@ BraceWrapping:
BeforeElse: true
BreakBeforeBraces: Custom
DerivePointerAlignment: false
+---
+Language: Java
+BasedOnStyle: Google
+ColumnLimit: 80
+BinPackArguments: false
+BinPackParameters: false
+BreakBeforeBinaryOperators: NonAssignment
...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback