Editorconfig: als configure to trim whitespaces end EOL. (#7833)

Signed-off-by: Henner Zeller <hzeller@google.com>
This commit is contained in:
Henner Zeller
2023-02-27 19:56:18 -08:00
committed by GitHub
parent f7a75173f1
commit 6a9cd4411f

View File

@@ -5,3 +5,4 @@ root = true
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true