From 993c33c2d212e5a34b28dc1a0b4c2ec79b23a20a Mon Sep 17 00:00:00 2001 From: Paul Galbraith Date: Wed, 28 Nov 2018 20:10:40 -0500 Subject: [PATCH] Revert "prefer tab indents" - confuses CheckStyle too much This reverts commit 797eb2275ff964ec00254355fd2f0cbb2c9df28e. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ca5993dfe..e3d7e3429 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,5 +4,5 @@ root = true [*] -indent_style = tab +indent_style = space indent_size = 4