summaryrefslogtreecommitdiff
path: root/.restyled.yaml
blob: 512433d7c55e07c66e6aa4c0018e42e335d38003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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