From 642753392819e1719de306bbb48c107c1ae4c1be Mon Sep 17 00:00:00 2001 From: James Bloom Date: Fri, 19 Jan 2018 11:04:06 +0000 Subject: [PATCH] cleaning up editorconfig --- .editorconfig | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5345e9e5d..f431331b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,9 @@ +root = true + [*] -charset=utf-8 -end_of_line=lf -insert_final_newline=true -indent_style=space -indent_size=4 +charset = utf-8 + +[*.java] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true