toxcore/.restyled.yaml
iphydf f8ab7218f0
Exclude imported libsodium sources from restyled.
Also limit clang-format to .cc files. Don't apply it to .c files.
2020-05-05 01:36:16 +01:00

20 lines
393 B
YAML

---
exclude:
- "**/*.api.h"
- "toxencryptsave/crypto_pwhash_scryptsalsa208sha256/**/*"
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