mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
f49ea44daa
Vanilla nacl builds won't have toxencryptsave.
19 lines
332 B
YAML
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
|