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

Commit 48206dc8 authored by Marie Janssen's avatar Marie Janssen
Browse files

Update clang-format for correct Java style.

Move clang-format so it applies to the whole tree, and update for Java
style that is compatible with style with existing AOSP style.

Test: clang-format -style=file
Change-Id: I8cf854cc290669f9efefc34dcaddc43075978dfb
parent f6e63494
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