1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

.editorconfig: do not specify an indent size for tabs (#18297)

This commit is contained in:
Turiiya 2023-05-30 14:23:13 +02:00 committed by GitHub
parent f430c0b67a
commit e9fb5b3fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ trim_trailing_whitespace = true
[*.v]
indent_style = tab
indent_size = 4
[*.{bat,cmd}]
# BAT/CMD ~ DOS/Win requires BAT/CMD files to have CRLF EOLNs