From 1108f13df4ca5c4e2bf75f95a5fe0088f7a72786 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 20 Apr 2016 12:06:39 -0500 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 0000000000..27259f5155 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +indent_style = tab