From 304074f559cc2ffbb64750d82a5497940fb8ad27 Mon Sep 17 00:00:00 2001 From: FYP Date: Sat, 3 Mar 2018 21:52:20 +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 0000000..2d4a9f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +tab_width = 4