From 7efe42da103db7037ef165cec50860bd5f114b5f Mon Sep 17 00:00:00 2001 From: "Mr. Funk" Date: Mon, 6 May 2019 23:00:01 -0400 Subject: [PATCH] consistent spacing for reformating --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bec4847 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file