From 3bfc6d465d306d1dc416b0a83805f4e4831ae380 Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Wed, 11 Jan 2017 18:30:26 -0800 Subject: [PATCH] [added] .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bd84bf7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# 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] +trim_trailing_whitespace = true