diff --git a/.editorconfig b/.editorconfig index bd0ddd7..a8e06d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,14 @@ ; This file is for unifying the coding style for different editors and IDEs. -; More information at http://editorconfig.org - -root = false +; More information at https://editorconfig.org +root = true [*] indent_style = space indent_size = 4 -charset = "utf-8" +charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.yml] -indent_style = space indent_size = 2