diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 798ae87..ee5cc66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,4 +28,3 @@ repos: rev: v0.11.3 hooks: - id: stylua - args: ["--indent-type", "Spaces"] diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..394e884 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1 @@ +indent_type = "Spaces"