Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 402497fc authored by Marie Janssen's avatar Marie Janssen Committed by android-build-merger
Browse files

Merge "Update clang-format for correct Java style." am: 7b754dfd am: 04d372e4 am: 08a427f6

am: 85333a64

Change-Id: If579a11a0f6703337f53655433e817e312bdd6c3
parents 433f6900 85333a64
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,3 +22,11 @@
BasedOnStyle: Google
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false

---
Language: Java
BasedOnStyle: Google
IndentWidth: 4
ContinuationIndentWidth: 8
ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: true