From d2aaa73a54608759d4de32e0fb1b2d7b27319adb Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 24 Nov 2020 17:20:24 -0500 Subject: [PATCH] chore: Add .editorconfig (#113) --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5fdace9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +end_of_line = lf +insert_final_newline = true + +[*.{md,css,js,html}] +indent_style = tab +indent_size = 4 \ No newline at end of file