From fc9bff3de6aada113ca1139d3d74ca5a0d8c2066 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 27 Aug 2021 06:55:36 +0800 Subject: [PATCH] add .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b607767 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_size = 4 +end_of_line = lf + +[*.lua] +indent_style = tab + + +[*.vim] +indent_style = space