Add back `-`

pull/13648/head
Samuel Ibarra 2025-06-06 10:34:32 -05:00 committed by GitHub
parent 75707708d2
commit 2a782ddc9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ language-servers = [ "mojo-lsp-server" ]
comment-token = "#"
indent = { tab-width = 4, unit = " " }
auto-format = true
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q"]}
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q", "-"]}
[[grammar]]
name = "mojo"