Add .prettierrc to json file types (#9214)

pull/9215/head
Jaakko Paju 6 months ago committed by GitHub
parent efc4865c78
commit a6ed104ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,7 +348,8 @@ file-types = [
".vuerc",
"composer.lock",
".watchmanconfig",
"avsc"
"avsc",
".prettierrc"
]
language-servers = [ "vscode-json-language-server" ]
auto-format = true

Loading…
Cancel
Save