--- trunk/.editorconfig 2024/09/07 09:38:45 626 +++ trunk/.editorconfig 2024/10/10 17:53:11 632 @@ -2,9 +2,11 @@ indent_size = 4 indent_style = space end_of_line = lf +insert_final_newline = true +charset = utf-8 [*.yml, *.yaml] indent_size = 2 [*.md, *.mdx] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false