From 5f6a4b530974be4d2ace0f5fd6bf9b8f24e6d7b3 Mon Sep 17 00:00:00 2001 From: E-Liang Tan Date: Sat, 30 Mar 2019 18:50:17 +0800 Subject: [PATCH] Add .editorconfig from NUSMods --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3f7303e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 + +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true