From a6241563c7c2ebf63afff25f923e522c45c0b1e8 Mon Sep 17 00:00:00 2001 From: Velichko Karakostov Date: Sat, 28 Aug 2021 12:21:49 +0300 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 00000000..ef70894a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{js,css}] +indent_style = space +indent_size = 2