From 67bddbad04ba1c6d46bf83be50f9c6c604018266 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Wed, 20 Jun 2018 17:35:01 -0400 Subject: [PATCH] Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6fd9491 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EdeitorConfig to make ben's editor stop defaulting to spaces + +root = true # yes, this is the root editorconfig for this project + +[*] # all files +end_of_line = lf #unix-style file endings +insert_final_newline = true #posix text files plz +indent_style = tab # tabs plz