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

Commit 08a427f6 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

Change-Id: I86af991145a78850a67ed9d67d31b1cba0053c02
parents 2e3e2480 04d372e4
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