mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
add trim_trailing_whitespace to .editorconfig
This commit is contained in:
parent
aba0bb5e01
commit
1c915c3bd1
@ -11,6 +11,7 @@ insert_final_newline = true
|
||||
[*.v]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
Loading…
Reference in New Issue
Block a user