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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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