summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.restyled.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.restyled.yaml b/.restyled.yaml
index f0060d75..512433d7 100644
--- a/.restyled.yaml
+++ b/.restyled.yaml
@@ -1,9 +1,17 @@
1--- 1---
2exclude:
3 - "**/*.api.h"
4 - "toxencryptsave/crypto_pwhash_scryptsalsa208sha256/**/*"
5
2restylers: 6restylers:
3 - astyle: 7 - astyle:
4 arguments: ["--options=other/astyle/astylerc"] 8 arguments: ["--options=other/astyle/astylerc"]
5 - autopep8 9 - autopep8
6 - black 10 - black
11 - clang-format:
12 arguments: ["-style={BasedOnStyle: Google, ColumnLimit: 100}"]
13 include:
14 - "**/*.cc"
7 - prettier-yaml 15 - prettier-yaml
8 - reorder-python-imports 16 - reorder-python-imports
9 - shellharden 17 - shellharden