From c94703167bfbc3a795a70ea336d3256142b7894d Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 11 Feb 2021 12:08:01 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d86bb38 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.{ts,js,json,tsx,md,mdx}] +charset = utf-8 +indent_style = tab +indent_size = 2 \ No newline at end of file