From 7640d50c9d9dcd5a17a6e92fdca1bd6de9d9caf9 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Wed, 30 Oct 2019 11:24:35 -0500 Subject: [PATCH] editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6244e1b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true