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:
Marshall Bowers 2024-09-17 11:42:20 -04:00 committed by GitHub
parent d5003e1121
commit e88b48a9c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
((ocaml_syntax) @injection.content
(#set! injection.language "ocaml"))
(#set! injection.language "ocaml"))