From f090c3f4cf17b5f7beaee4459876ff11c09e40b7 Mon Sep 17 00:00:00 2001 From: Adam Charron Date: Mon, 12 Mar 2018 12:14:12 -0400 Subject: [PATCH] Add editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d227ab7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8