From f2c7edca4ccf5a9eec9fdb8212155ac5a0de3401 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 9 Jan 2025 20:50:28 +0100 Subject: [PATCH] cleanup config --- .editorconfig | 1 - .stylua.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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"