Add .prettierrc to json file types (#9214)
This commit is contained in:
parent
efc4865c78
commit
a6ed104ea2
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ file-types = [
|
|||
".vuerc",
|
||||
"composer.lock",
|
||||
".watchmanconfig",
|
||||
"avsc"
|
||||
"avsc",
|
||||
".prettierrc"
|
||||
]
|
||||
language-servers = [ "vscode-json-language-server" ]
|
||||
auto-format = true
|
||||
|
|
Loading…
Add table
Reference in a new issue