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