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

tools: remove residues that specify size for tab indents (#18426)

This commit is contained in:
Turiiya
2023-06-13 07:53:12 +02:00
committed by GitHub
parent 2ca3046bf8
commit 285000699b
4 changed files with 0 additions and 5 deletions

View File

@ -238,7 +238,6 @@ trim_trailing_whitespace = true
[*.v]
indent_style = tab
indent_size = 4
'
}