mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
.editorconfig: trim trailing whitespace
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
ec8bb045f2
commit
03a73bfa5a
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@ indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
[Makefile*]
|
[Makefile*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
tab_width = 8
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
Loading…
Reference in a new issue