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

Commit c5a85f71 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "debuggerd: add .clang-format."

parents 74a33fbc d918eedf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false

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

Cpp11BracedListStyle: false