2020-05-03 08:09:06 +08:00
|
|
|
---
|
2020-05-04 09:08:42 +08:00
|
|
|
exclude:
|
2024-02-02 07:41:53 +08:00
|
|
|
# shfmt doesn't support this file
|
2022-01-14 08:28:06 +08:00
|
|
|
- "other/analysis/run-clang-tidy"
|
2020-05-04 09:08:42 +08:00
|
|
|
|
2020-05-03 08:09:06 +08:00
|
|
|
restylers:
|
|
|
|
- astyle:
|
2024-02-02 08:09:27 +08:00
|
|
|
image: restyled/restyler-astyle:d7967bcb8b622a98524b7df1da1b02652114cf9a
|
2020-05-03 08:09:06 +08:00
|
|
|
arguments: ["--options=other/astyle/astylerc"]
|
2022-02-19 11:24:01 +08:00
|
|
|
include:
|
2024-02-02 07:41:53 +08:00
|
|
|
- "**/*.c"
|
|
|
|
- "**/*.h"
|
2020-05-03 22:36:57 +08:00
|
|
|
- autopep8
|
|
|
|
- black
|
2020-05-04 09:08:42 +08:00
|
|
|
- clang-format:
|
2024-02-02 08:09:27 +08:00
|
|
|
image: restyled/restyler-clang-format:v16.0.6
|
2020-05-04 09:08:42 +08:00
|
|
|
include:
|
|
|
|
- "**/*.cc"
|
2024-02-02 07:41:53 +08:00
|
|
|
- "**/*.hh"
|
2020-05-03 08:09:06 +08:00
|
|
|
- prettier-yaml
|
2020-05-03 22:36:57 +08:00
|
|
|
- reorder-python-imports
|
|
|
|
- shellharden
|
|
|
|
- shfmt
|
|
|
|
- yapf
|