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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 5 deletions

View File

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

View File

@ -91,7 +91,6 @@ fn init_and_check() ! {
'', '',
'[*.v]', '[*.v]',
'indent_style = tab', 'indent_style = tab',
'indent_size = 4',
'', '',
].join_lines() ].join_lines()
} }
@ -130,7 +129,6 @@ trim_trailing_whitespace = true
[*.v] [*.v]
indent_style = tab indent_style = tab
indent_size = 4
' '
prepare_test_path()! prepare_test_path()!
os.write_file('.gitattributes', git_attributes_content)! os.write_file('.gitattributes', git_attributes_content)!

View File

@ -6,4 +6,3 @@ trim_trailing_whitespace = true
[*.v] [*.v]
indent_style = tab indent_style = tab
indent_size = 4

View File

@ -6,4 +6,3 @@ trim_trailing_whitespace = true
[*.v] [*.v]
indent_style = tab indent_style = tab
indent_size = 4