From 96d2a4055589f65d6da7724a16568c8239318c80 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Mon, 24 Aug 2020 11:15:52 +0300 Subject: [PATCH] remove editorconfig changes --- .editorConfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorConfig b/.editorConfig index 601e1b7372..1808f3da08 100644 --- a/.editorConfig +++ b/.editorConfig @@ -7,9 +7,9 @@ root = true # All files should use spaces. [*] indent_style = space -end_of_line = lf +end_of_line = crlf trim_trailing_whitespace = true -indent_size = 2 +indent_size = 3 [*.java] indent_size = 4