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

Commit 683238c3 authored by Dan Albert's avatar Dan Albert
Browse files

Fix clang-format file for correct indent settings.

Change-Id: I8786baf33c0b84e3614e9d40c404eeef94b91236
parent b4ebc475
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