Move StyLua config from args to file

This commit is contained in:
ViViDboarder 2022-01-10 14:58:29 -08:00
parent ec110edaff
commit f352983d65
2 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,3 @@ repos:
rev: v0.11.3
hooks:
- id: stylua
args: ["--indent-type", "Spaces"]

1
.stylua.toml Normal file
View File

@ -0,0 +1 @@
indent_type = "Spaces"