From 4cfd19a27e63ee12fc1bde45e264bc711362f292 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Wed, 4 Sep 2019 13:25:57 -0400 Subject: [PATCH] Create .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9df675a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org/ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = true