From 5c0c66b1d1153853425908bcbadf34fd4be6e78c Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 18 Feb 2017 16:38:01 +0000 Subject: [PATCH] add an editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..02387d7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# you are a danger to yourself and humanity +root = true + +[*] +end_of_line = lf +indent_style = tabs +insert_final_newline = true +trim_trailing_whitespace = true