diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7db0ed0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +indent_style = tab + +[*.json] +tab_width = 4 + +[*.{styl,css}] +tab_width = 2 \ No newline at end of file