From abf49835970c33ded424bbd4c3670e2af8711060 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Thu, 23 Jun 2016 00:25:06 +0200 Subject: [PATCH] chore(): add .editorconfig (#238) --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..82da0b16e --- /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 \ No newline at end of file