Add prettier support (#3122)

This commit is contained in:
Kirill Bulatov 2023-10-12 17:13:10 +03:00 committed by GitHub
commit a50977e0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 1701 additions and 49 deletions

View file

@ -72,6 +72,7 @@ fs = { path = "../fs", features = ["test-support"] }
git = { path = "../git", features = ["test-support"] }
live_kit_client = { path = "../live_kit_client", features = ["test-support"] }
lsp = { path = "../lsp", features = ["test-support"] }
node_runtime = { path = "../node_runtime" }
project = { path = "../project", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }