Compare commits

...

3 Commits

Author SHA1 Message Date
Zed Bot
11b45702c9 Bump to 0.141.1 for @osiewicz 2024-06-21 02:05:45 -07:00
Piotr Osiewicz
c844ba3cdc YAML: set auto_indent_using_last_non_empty_line to false (fix wonky formatting) (#13351)
This makes us treat yaml like other indentation-sensitive languages
(e.g. Python) and not reformat it on pasting and what not.

Fixes #12236
Fixes #13338

Release Notes:

- Fixed spurious appliance of auto-formatting to YAML blocks.
2024-06-21 11:04:14 +02:00
Joseph T Lyons
3562cad225 v0.141.x preview 2024-06-19 12:09:07 -04:00
4 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -13318,7 +13318,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.141.0"
version = "0.141.1"
dependencies = [
"activity_indicator",
"anyhow",

View File

@@ -9,6 +9,7 @@ brackets = [
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
]
auto_indent_using_last_non_empty_line = false
increase_indent_pattern = ":\\s*[|>]?\\s*$"
prettier_parser_name = "yaml"
tab_size = 2

View File

@@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.141.0"
version = "0.141.1"
publish = false
license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"]

View File

@@ -1 +1 @@
dev
preview