2020-05-03 08:09:06 +08:00
|
|
|
---
|
2020-05-04 09:08:42 +08:00
|
|
|
exclude:
|
|
|
|
- "**/*.api.h"
|
2022-01-14 08:28:06 +08:00
|
|
|
# shfmt doesn't support this file
|
|
|
|
- "other/analysis/run-clang-tidy"
|
2020-05-04 09:08:42 +08:00
|
|
|
|
2020-05-03 08:09:06 +08:00
|
|
|
restylers:
|
|
|
|
- astyle:
|
|
|
|
arguments: ["--options=other/astyle/astylerc"]
|
2020-05-03 22:36:57 +08:00
|
|
|
- autopep8
|
|
|
|
- black
|
2020-05-04 09:08:42 +08:00
|
|
|
- clang-format:
|
|
|
|
arguments: ["-style={BasedOnStyle: Google, ColumnLimit: 100}"]
|
|
|
|
include:
|
|
|
|
- "**/*.cc"
|
2020-05-03 08:09:06 +08:00
|
|
|
- prettier-yaml
|
2020-05-03 22:36:57 +08:00
|
|
|
- reorder-python-imports
|
|
|
|
- shellharden
|
|
|
|
- shfmt
|
|
|
|
- yapf
|