From 258c8b5900176c07bc3261141a5c5e454b92c28c Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 16 Jul 2018 19:59:03 -0400 Subject: [PATCH] Adds a .editorconfig to aid Github display. --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..aaa8787b2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true +