.editorconfig: trim trailing whitespace

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-01-15 03:54:15 +09:00
parent ec8bb045f2
commit 03a73bfa5a

View file

@ -7,8 +7,10 @@ indent_size = 4
tab_width = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100
[Makefile*]
indent_style = tab
tab_width = 8
indent_size = 8