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

Commit 38aa2666 authored by Bernie Innocenti's avatar Bernie Innocenti Committed by android-build-merger
Browse files

Add PREUPLOAD.cfg and .clang-format for resolv am: 474550f5 am: be77208a

am: fec4777f

Change-Id: Iea464a4740a683ef534302002de7d25bd5126008
parents b61bf6cb fec4777f
Loading
Loading
Loading
Loading

.clang-format

0 → 120000
+1 −0
Original line number Diff line number Diff line
../../../build/soong/scripts/system-clang-format
 No newline at end of file

.editorconfig

0 → 100644
+13 −0
Original line number Diff line number Diff line
# To use this config with your editor, follow the instructions at:
# https://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf

[*.{c,h,cpp,hpp,cc,sh,bp}]
indent_style = space
indent_size = 4

PREUPLOAD.cfg

0 → 100644
+5 −0
Original line number Diff line number Diff line
[Builtin Hooks]
clang_format = true

[Builtin Hooks Options]
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp