From 7e97ebce87e2563d5ec8d9ce6b538fc683b7601e Mon Sep 17 00:00:00 2001 From: kanchudeep <30999796+kanchudeep@users.noreply.github.com> Date: Mon, 11 Dec 2017 11:21:19 +0530 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d116f5b..b136485 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,5 @@ insert_final_newline = true [*.java] charset = utf-8 indent_style = tab -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = true