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

Commit 85333a64 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

Change-Id: Ib00cb06df82dc59f6b31111385d5b1524fbda59b
parents a6d527eb 08a427f6
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