From 8c389fd765d08ff7536a58ae269b61ff24c36e13 Mon Sep 17 00:00:00 2001 From: Mr Hedgehog Date: Tue, 15 Feb 2022 06:09:40 -0500 Subject: [PATCH] feat(dev): Add editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 96e5188..7aeeaf0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -30,3 +30,7 @@ indent_size = 4 [*.md] max_line_length = off trim_trailing_whitespace = false + +[*.lua] +indent_size = 4 +indent_style = space