From f352983d65d345622d82a3aafb2f9d8759e5db67 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 10 Jan 2022 14:58:29 -0800 Subject: [PATCH] Move StyLua config from args to file --- .pre-commit-config.yaml | 1 - .stylua.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .stylua.toml 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"