Editorconfig : remove trailing whitespace.

This commit is contained in:
Dmitry Voronin 2023-12-09 16:37:29 +03:00
parent 7cd519c7f6
commit 32fa6e9aed

View file

@ -2,7 +2,8 @@ root = true
[*] [*]
end_of_line = lf end_of_line = lf
insert_final_newline = true
charset = utf-8 charset = utf-8
indent_style = tab indent_style = tab
indent_size = 2 indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true