From 5f2f7981b75f6223f5cf59e7a93f13c36539e692 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 7 Aug 2017 18:04:32 -0500 Subject: [PATCH] Set the tab width in .editorconfig so GitHub shows source properly --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 53b65e9f3..daa6da0fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ root = true +[*] +tab_width = 4 + [*.{java,stg}] charset = utf-8 insert_final_newline = true