From e28af67f2d824cbc4a2c3bc0f199e66abd5264bc Mon Sep 17 00:00:00 2001 From: Lightling Date: Sat, 19 Mar 2022 14:36:47 -0400 Subject: [PATCH] editor config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a54d21c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = tab +indent_size = 4