From 5d4d3c957e05a4478998e1f40f3b86d05bd72963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20M=C3=B6ll?= Date: Sat, 3 Mar 2018 11:08:47 +0000 Subject: [PATCH] Add EditorConfig. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a00e2a5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[Makefile] +indent_style = tab + +[*.vim] +indent_style = tab