Editorconfig: als configure to trim whitespaces end EOL. (#7833)
Signed-off-by: Henner Zeller <hzeller@google.com>
This commit is contained in:
parent
f7a75173f1
commit
6a9cd4411f
|
@ -5,3 +5,4 @@ root = true
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Loading…
Reference in New Issue