From 68d339b90daefb8f6de558bbdb329cb4da1235cc Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Sat, 9 Apr 2016 00:39:12 -0300 Subject: [PATCH] Make github show correct indentations. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..ba49e3c234 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 4