1[Options] 2ignore_merged_commits = true 3 4[Builtin Hooks] 5clang_format = true 6gofmt = true 7aidl_format = true 8rustfmt = true 9 10[Builtin Hooks Options] 11rustfmt = --config-path=rustfmt.toml 12