mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +00:00
e88b48a9c7
This PR fixes the indentation in the Dune-related files after https://github.com/zed-industries/zed/pull/17886. Release Notes: - N/A
8 lines
247 B
TOML
8 lines
247 B
TOML
name = "Dune"
|
|
grammar = "dune"
|
|
path_suffixes = ["dune", "dune-project"]
|
|
brackets = [
|
|
{ start = "(", end = ")", close = true, newline = true },
|
|
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] }
|
|
]
|
|
tab_size = 2
|