From cee66d7ac604eb229f70d6a9bf933bc383d45935 Mon Sep 17 00:00:00 2001 From: BearishSun Date: Thu, 20 Apr 2017 14:29:26 +0200 Subject: [PATCH] Added .editorconfig to enforce the use of spaces in supported editors --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..fb3ba203 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root=true +[*] +indent_style = space +indent_size = 4 \ No newline at end of file