From 6320070de54f32863973b619f4e39a5563cf6104 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 5 Apr 2021 22:02:54 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig 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