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

Commit be77208a 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

Change-Id: I0ef81d37aec851ebfdd3cce0806a504d6c44469e
parents bc0f4842 474550f5
Loading
Loading
Loading
Loading

.clang-format

0 → 120000
+1 −0
Original line number Original line 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 Original line 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 Original line 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