From 2e4eee479c8b2c8d264f89826b439d8c19eb37c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20M=C3=B6ll?= Date: Thu, 12 Jan 2017 22:09:33 +0000 Subject: [PATCH] Add EditorConfig. --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d65b494 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[Makefile] +indent_style = tab + +[*.js] +indent_style = space +indent_size = 2 + +[*.json] +indent_style = tab