mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
add trim_trailing_whitespace to .editorconfig
This commit is contained in:
parent
aba0bb5e01
commit
1c915c3bd1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ insert_final_newline = true
|
|||
[*.v]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue