commit | 95264aff905be592c8e90af1d67d34c7b0f199e4 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Jul 17 11:27:48 2024 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Jul 17 11:51:08 2024 +0900 |
tree | 468c90454e00352baa89d6e3daa5c2ea0af3d8e8 | |
parent | b287f49c15289cb82aa195bb7388101f30340546 [diff] |
Enable builtin formatting hooks Enable bpfmt, clang_format, and ktfmt instead of ktlint. ktfmt is better adapted to Android style than ktlint, see external/ktfmt/README.md. In particular ktlint does not allow comments with argument names when calling java functions like: myFunction(/* arg1= */ 0, /* arg2= */ null) or like: myFunction(0 /* arg1 */, null /* arg2 */) Test: upload Change-Id: I0a134d8b0807f9b016ab7c416e4fad335baa310e