From 9a73b67dfa9d8d3b2d1122d33e722fc2cf44c436 Mon Sep 17 00:00:00 2001 From: Maximilian Michels Date: Wed, 25 Nov 2015 10:36:03 +0100 Subject: [PATCH] [github] change tab size to 4 spaces The default tab size on GitHub is 8 spaces. This change decreases the tab size to 4. I think this will make reviewing of code on GitHub much easier. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000..ba49e3c234913 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 4