From 7c2ec65b8c4b33e318a3d47bb192a5030eeea320 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Sat, 30 Dec 2017 02:25:07 -0500 Subject: [PATCH] Add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..54ca58c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false