From e01fe1a2e9a9af9d9b94b22aab9dd77c33dd8980 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Thu, 15 Nov 2018 17:40:25 -0500 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..ebc5bf6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab