Running `editorconfig` on https://github.com/dotnet/runtime/blob/main/.editorconfig yields: ``` insert_final_newline=true indent_style=space indent_size=4 trim_trailing_whitespace=true tab_width=4 ``` Is that the intended result? What about the rest of the file?