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

Commit 62571611 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 780d7d9f: Merge "Fix clang-format file for correct indent settings."

* commit '780d7d9f':
  Fix clang-format file for correct indent settings.
parents 012326fb 780d7d9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ AllowShortFunctionsOnASingleLine: false

CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 2
IndentWidth: 4
PointerAlignment: Left
TabWidth: 2
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32