Skip to content

Commit 9e146d2

Browse files
committed
add empty newlines to bazelrc
1 parent 4032e48 commit 9e146d2

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

gazelle/.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ common:bazel7.x --incompatible_python_disallow_native_rules
1919

2020
# See issue 3567. Disable implicit python zip creation.
2121
common --build_python_zip=false
22-
common --@rules_python//python/config_settings:build_python_zip=false
22+
common --@rules_python//python/config_settings:build_python_zip=false
23+
24+
# Empty newline
25+

gazelle/examples/bzlmod_build_file_generation/.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ common --override_module=rules_python=../../../
1717

1818
# See issue 3567. Disable implicit python zip creation.
1919
common --build_python_zip=false
20-
common --@rules_python//python/config_settings:build_python_zip=false
20+
common --@rules_python//python/config_settings:build_python_zip=false
21+
22+
# Empty newline
23+

0 commit comments

Comments
 (0)