mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 00:06:08 +00:00
ocaml: Fix indentation in files (#17942)
This PR fixes the indentation in the Dune-related files after https://github.com/zed-industries/zed/pull/17886. Release Notes: - N/A
This commit is contained in:
parent
d5003e1121
commit
e88b48a9c7
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ 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"] }
|
||||
{ start = "(", end = ")", close = true, newline = true },
|
||||
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] }
|
||||
]
|
||||
tab_size = 2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
((ocaml_syntax) @injection.content
|
||||
(#set! injection.language "ocaml"))
|
||||
(#set! injection.language "ocaml"))
|
||||
|
|
Loading…
Reference in a new issue