UPDATE ALL THE THINGS

:W

:
This commit is contained in:
Antun Krasic
2024-02-12 01:56:18 +00:00
parent 64dd3b79d1
commit c32519087c
2 changed files with 13 additions and 1 deletions

6
languages.toml Normal file
View File

@@ -0,0 +1,6 @@
[[language]]
name = "yaml"
file-types = ["yaml", "yml"]
language-servers = [ "yaml-language-server" ]
auto-format = true
formatter = { command = "prettier", args = ["--parser", "yaml"] }