From 2d89b6fc27681e4b931a53cac869aafe7bc53a2e Mon Sep 17 00:00:00 2001 From: Stephanie Frankian Date: Tue, 27 Aug 2019 17:45:00 -0400 Subject: [PATCH] Initialize .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cee0e62ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# http://editorconfig.org + +root = true + +[*] +indent_size = 2 +indent_style = space +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true