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

Commit 97923205 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Adjust default system formatter" am: 502eee98 am: 3846c586

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1955517

Change-Id: I2aac90bfaf336b3a4a57d6cb3fc9f6503bd99aae
parents 6aaa97f1 3846c586
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,11 +7,14 @@ rustfmt = true

[Builtin Hooks Options]
rustfmt = --config-path=rustfmt.toml
# Only turn on clang-format check for C and C++ headers and sources
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp,hpp

[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
                  -fw android/app/src/com/android/bluetooth/
                      android/app/lib/mapapi/com/android/bluetooth/mapapi/
                      android/app/tests/src/com/android/bluetooth/
                      framework/
aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ${PREUPLOAD_FILES}
yapf_hook = ./system/tools/scripts/yapf_checker.py