From ce5f75d3f5e0ac9b0246f95d6be381320e6aa215 Mon Sep 17 00:00:00 2001 From: Eric Lebetsamer Date: Fri, 29 Sep 2017 16:45:26 -0700 Subject: [PATCH] chore(): Add editorconfig (#14) The config was copied from the ionic-team/ionic repo --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f1cc3ad --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false