From 76db7aa47bc579fb41fbc7091af2908e827eede8 Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Wed, 13 Jul 2016 12:31:28 +0200 Subject: [PATCH] Add .editorconfig with tabs (#218) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8a938ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# editorconfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_size = 4 +indent_style = tab \ No newline at end of file