diff --git a/.editorconfig b/.editorconfig index 907c70a..636849f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,6 @@ end_of_line = lf [*.lua] indent_style = tab - [*.vim] indent_style = space diff --git a/.stylua.toml b/.stylua.toml index 5eb9519..3b93599 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1 +1,2 @@ +syntax = "LuaJIT" call_parentheses = "None"