mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Exclude imported libsodium sources from restyled.
Also limit clang-format to .cc files. Don't apply it to .c files.
This commit is contained in:
parent
9edb2e5088
commit
f8ab7218f0
|
@ -1,9 +1,17 @@
|
||||||
---
|
---
|
||||||
|
exclude:
|
||||||
|
- "**/*.api.h"
|
||||||
|
- "toxencryptsave/crypto_pwhash_scryptsalsa208sha256/**/*"
|
||||||
|
|
||||||
restylers:
|
restylers:
|
||||||
- astyle:
|
- astyle:
|
||||||
arguments: ["--options=other/astyle/astylerc"]
|
arguments: ["--options=other/astyle/astylerc"]
|
||||||
- autopep8
|
- autopep8
|
||||||
- black
|
- black
|
||||||
|
- clang-format:
|
||||||
|
arguments: ["-style={BasedOnStyle: Google, ColumnLimit: 100}"]
|
||||||
|
include:
|
||||||
|
- "**/*.cc"
|
||||||
- prettier-yaml
|
- prettier-yaml
|
||||||
- reorder-python-imports
|
- reorder-python-imports
|
||||||
- shellharden
|
- shellharden
|
||||||
|
|
Loading…
Reference in New Issue
Block a user