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