diff --git a/cmd/tools/vcreate/vcreate.v b/cmd/tools/vcreate/vcreate.v index 08adf9e42e2532..8eeee38b001259 100644 --- a/cmd/tools/vcreate/vcreate.v +++ b/cmd/tools/vcreate/vcreate.v @@ -238,7 +238,6 @@ trim_trailing_whitespace = true [*.v] indent_style = tab -indent_size = 4 ' } diff --git a/cmd/tools/vcreate/vcreate_test.v b/cmd/tools/vcreate/vcreate_test.v index 44b111a90008f1..dc3e3557e40567 100644 --- a/cmd/tools/vcreate/vcreate_test.v +++ b/cmd/tools/vcreate/vcreate_test.v @@ -91,7 +91,6 @@ fn init_and_check() ! { '', '[*.v]', 'indent_style = tab', - 'indent_size = 4', '', ].join_lines() } @@ -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)! diff --git a/examples/vweb_fullstack/.editorconfig b/examples/vweb_fullstack/.editorconfig index 517d63e22041b2..01072caf100d49 100644 --- a/examples/vweb_fullstack/.editorconfig +++ b/examples/vweb_fullstack/.editorconfig @@ -6,4 +6,3 @@ trim_trailing_whitespace = true [*.v] indent_style = tab -indent_size = 4 diff --git a/examples/vweb_orm_jwt/.editorconfig b/examples/vweb_orm_jwt/.editorconfig index 517d63e22041b2..01072caf100d49 100644 --- a/examples/vweb_orm_jwt/.editorconfig +++ b/examples/vweb_orm_jwt/.editorconfig @@ -6,4 +6,3 @@ trim_trailing_whitespace = true [*.v] indent_style = tab -indent_size = 4