diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..31a9930 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.{html,css,js,ts,jsx,tsx,json}] +charset = utf-8 +indent_style = tab +indent_size = 2 +quote_type= single \ No newline at end of file