Skip to content

Commit

Permalink
tools: remove residues that specify size for tab indents (#18426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 13, 2023
1 parent 2ca3046 commit 2850006
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion cmd/tools/vcreate/vcreate.v
Expand Up @@ -238,7 +238,6 @@ trim_trailing_whitespace = true
[*.v]
indent_style = tab
indent_size = 4
'
}

Expand Down
2 changes: 0 additions & 2 deletions cmd/tools/vcreate/vcreate_test.v
Expand Up @@ -91,7 +91,6 @@ fn init_and_check() ! {
'',
'[*.v]',
'indent_style = tab',
'indent_size = 4',
'',
].join_lines()
}
Expand Down Expand Up @@ -130,7 +129,6 @@ trim_trailing_whitespace = true
[*.v]
indent_style = tab
indent_size = 4
'
prepare_test_path()!
os.write_file('.gitattributes', git_attributes_content)!
Expand Down
1 change: 0 additions & 1 deletion examples/vweb_fullstack/.editorconfig
Expand Up @@ -6,4 +6,3 @@ trim_trailing_whitespace = true

[*.v]
indent_style = tab
indent_size = 4
1 change: 0 additions & 1 deletion examples/vweb_orm_jwt/.editorconfig
Expand Up @@ -6,4 +6,3 @@ trim_trailing_whitespace = true

[*.v]
indent_style = tab
indent_size = 4

0 comments on commit 2850006

Please sign in to comment.