mirror of https://github.com/helix-editor/helix
Add .prettierrc to json file types (#9214)
parent
efc4865c78
commit
a6ed104ea2
|
@ -348,7 +348,8 @@ file-types = [
|
|||
".vuerc",
|
||||
"composer.lock",
|
||||
".watchmanconfig",
|
||||
"avsc"
|
||||
"avsc",
|
||||
".prettierrc"
|
||||
]
|
||||
language-servers = [ "vscode-json-language-server" ]
|
||||
auto-format = true
|
||||
|
|
Loading…
Reference in New Issue