diff --git a/.restyled.yaml b/.restyled.yaml new file mode 100644 index 000000000..ab6d91076 --- /dev/null +++ b/.restyled.yaml @@ -0,0 +1,10 @@ +restylers: + - "!clang-format" + - prettier: + include: + - "src/**/*.ts" + - whitespace: + include: + - "**/*" + - "!dist/index.js" + - "*"