diff --git a/.restyled.yaml b/.restyled.yaml index f0060d75..512433d7 100644 --- a/.restyled.yaml +++ b/.restyled.yaml @@ -1,9 +1,17 @@ --- +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