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

Commit 780d7d9f authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix clang-format file for correct indent settings."

parents b3b088e6 683238c3
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