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:
parent
2ca3046bf8
commit
285000699b
@ -238,7 +238,6 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.v]
|
[*.v]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
|
||||||
'
|
'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)!
|
||||||
|
@ -6,4 +6,3 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.v]
|
[*.v]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
|
||||||
|
@ -6,4 +6,3 @@ trim_trailing_whitespace = true
|
|||||||
|
|
||||||
[*.v]
|
[*.v]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
|
||||||
|
Loading…
Reference in New Issue
Block a user