From 1788d45845aa09632441809c7c2f189368e968e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dante=20Calder=C3=B3n?= Date: Tue, 11 Sep 2018 06:42:00 -0500 Subject: [PATCH] :hammer: Add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9c859973 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +ident_style = tab +end_of_line = lf + +[*.{js, jsx}] +tab_width = 3 + +[*.{scss, css}] +tab_width = 2 + +[{package.json}] +tab_width = 3