1
0
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:
Delyan Angelov 2020-02-27 13:01:53 +02:00 committed by GitHub
parent aba0bb5e01
commit 1c915c3bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ insert_final_newline = true
[*.v]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[Makefile]
indent_style = tab