From dc8d7e53159776f9c45cd22647fd820bcf914460 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sat, 13 Feb 2021 00:10:46 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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