Skip to content

Commit

Permalink
Add .prettierrc to json file types (helix-editor#9214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaju authored and mtoohey31 committed Jun 2, 2024
1 parent 2e74457 commit ff5543a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ file-types = [
".vuerc",
"composer.lock",
".watchmanconfig",
"avsc"
"avsc",
".prettierrc"
]
language-servers = [ "vscode-json-language-server" ]
auto-format = true
Expand Down

0 comments on commit ff5543a

Please sign in to comment.