This PR fixes the indentation in the Dune-related files after https://github.com/zed-industries/zed/pull/17886. Release Notes: - N/A
9 lines
247 B
TOML
9 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
|