toxcore/.restyled.yaml
iphydf f49ea44daa
cleanup: Remove crypto_pwhash import.
Vanilla nacl builds won't have toxencryptsave.
2021-12-15 17:16:35 +00:00

19 lines
332 B
YAML

---
exclude:
- "**/*.api.h"
restylers:
- astyle:
arguments: ["--options=other/astyle/astylerc"]
- autopep8
- black
- clang-format:
arguments: ["-style={BasedOnStyle: Google, ColumnLimit: 100}"]
include:
- "**/*.cc"
- prettier-yaml
- reorder-python-imports
- shellharden
- shfmt
- yapf