From 285000699b3d6a397df6c9ad5af32eb4eb68b7e9 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+tobealive@users.noreply.github.com> Date: Tue, 13 Jun 2023 07:53:12 +0200 Subject: [PATCH] tools: remove residues that specify size for tab indents (#18426) --- cmd/tools/vcreate/vcreate.v | 1 - cmd/tools/vcreate/vcreate_test.v | 2 -- examples/vweb_fullstack/.editorconfig | 1 - examples/vweb_orm_jwt/.editorconfig | 1 - 4 files changed, 5 deletions(-) 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