diff --git a/.editorconfig b/.editorconfig index 7e1368c74e..beebf94cce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,18 +2,18 @@ root = true [*] end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -tab_width = 8 -indent_style = tab indent_size = 4 +indent_style = tab +insert_final_newline = true +tab_width = 8 +trim_trailing_whitespace = true [*.bat] end_of_line = crlf [*.rb] -indent_style = space indent_size = 2 +indent_style = space [*.yml] indent_size = 2