From 9fc214758f844c180e7b0bf5647201ca8955c838 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 27 Jul 2019 21:51:32 -0400 Subject: [PATCH] Adds an .editorconfig. At least in part to ensure GitHub shows tabs as intended. --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..aaa8787 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true +