From 34226ac86296dc9d673ffaa7fc97905b3365d0b8 Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Fri, 19 Jul 2024 12:57:06 -0400 Subject: [PATCH] chore: add editorconfig file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..151984e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.lua] +indent_style = space +indent_size = 3