diff --git a/.editorconfig b/.editorconfig index a3d213742f7..f201379da1e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 2 [*.json] indent_style = space indent_size = 2 + +[CHANGELOG.md] +trim_trailing_whitespace = false