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