From 5ef5d062eaa4efd8dc0f4874ac21559a372efbd1 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 24 Nov 2020 16:41:17 -0500 Subject: [PATCH] chore: Add .editorconfig --- .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