10 lines
No EOL
296 B
TOML
10 lines
No EOL
296 B
TOML
name = "JSON"
|
|
path_suffixes = ["json"]
|
|
brackets = [
|
|
{ start = "{", end = "}", close = true, newline = true },
|
|
{ start = "[", end = "]", close = true, newline = true },
|
|
{ start = "\"", end = "\"", close = true, newline = false },
|
|
]
|
|
|
|
[language_server]
|
|
disk_based_diagnostic_sources = [] |