diff --git a/.editorconfig b/.editorconfig index d86bb38..88a8ef0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,5 @@ -[*.{ts,js,json,tsx,md,mdx}] +[*.{ts,js,json,tsx,md,mdx,html}] charset = utf-8 indent_style = tab -indent_size = 2 \ No newline at end of file +indent_size = 2 +quote_type= single \ No newline at end of file