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

Commit 36b7479e 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

am: 38aa2666

Change-Id: If9f18aa06d731fcd5acd5ba91bd2bee04ae824d3
parents e0ba9403 38aa2666
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