Trim trailing whitespaces.

This commit is contained in:
Oleksii Trekhleb 2020-12-16 06:49:10 +01:00
parent 871d20d868
commit b13291df62
12 changed files with 77 additions and 75 deletions

View File

@ -1,3 +1,4 @@
# @see: https://editorconfig.org/
root = true
[*]
@ -6,3 +7,4 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true