minor: Trim trailing whitespace in languages.toml
This commit is contained in:
parent
296eb9be83
commit
ee9db440ce
1 changed files with 7 additions and 7 deletions
|
@ -4032,12 +4032,12 @@ block-comment-tokens = [
|
||||||
language-servers = [ "spade-language-server" ]
|
language-servers = [ "spade-language-server" ]
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[language.auto-pairs]
|
[language.auto-pairs]
|
||||||
'(' = ')'
|
'(' = ')'
|
||||||
'{' = '}'
|
'{' = '}'
|
||||||
'[' = ']'
|
'[' = ']'
|
||||||
'"' = '"'
|
'"' = '"'
|
||||||
'<' = '>'
|
'<' = '>'
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "spade"
|
name = "spade"
|
||||||
|
@ -4101,7 +4101,7 @@ file-types = [
|
||||||
{ glob = "sites-available/*.conf" },
|
{ glob = "sites-available/*.conf" },
|
||||||
{ glob = "sites-enabled/*.conf" },
|
{ glob = "sites-enabled/*.conf" },
|
||||||
{ glob = "nginx.conf" },
|
{ glob = "nginx.conf" },
|
||||||
{ glob = "conf.d/*.conf" }
|
{ glob = "conf.d/*.conf" }
|
||||||
]
|
]
|
||||||
roots = ["nginx.conf"]
|
roots = ["nginx.conf"]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Add table
Reference in a new issue