From 9adb3ff31596536ec1438264059eedbe0b56271b Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 14 May 2021 22:37:46 +0200 Subject: [PATCH] Create .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..06a4f29f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.{js,mjs}] +charset = utf-8 +indent_style = space +indent_size = 2 \ No newline at end of file