Fix `trim_trailing_whitespace` typo in `.editorconfig` file (#6349)

trim_trailing_spaces -> trim_trailing_whitespace

trim_trailing_spaces seems to have been an older proposal for the name
of this property but trim_trailing_whitespace is what was finally
settled on. trim_trailing_whitespace already appears twice in this file.

https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#trim_trailing_whitespace
This commit is contained in:
Ryan Schmidt 2023-04-03 05:31:17 -05:00 коммит произвёл GitHub
Родитель 79c4aa4706
Коммит 16b37e8e2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,4 +26,4 @@ end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
trim_trailing_spaces = unset
trim_trailing_whitespace = unset