From b7c5d1c45fc1112b7d25a6e386abb8aa5207b9e4 Mon Sep 17 00:00:00 2001 From: Egiziano <56704274+EgizianoEG@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:03:32 +0200 Subject: [PATCH] Create Config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8e21473 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.lua] +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true