From 9c0e33c1161d15200222933cfad04c83fc0a6bb4 Mon Sep 17 00:00:00 2001 From: WahPlus Date: Tue, 30 Sep 2025 20:29:50 +0300 Subject: [PATCH] Removed .editorconfig from .gitignore --- .editorconfig | 3 +++ .gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9a6cc75 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.lua] +indent_style = space +indent_size = 2 diff --git a/.gitignore b/.gitignore index 6863959..346b9d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .stfolder home/* halyde/logs/* -.editorconfig