Skip to content

Commit

Permalink
fix: removed explict default config file from swift-format (helix-edi…
Browse files Browse the repository at this point in the history
  • Loading branch information
lizclipse authored and rongyi committed Nov 13, 2024
1 parent d985db8 commit 9485660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ file-types = ["swift", "swiftinterface"]
roots = [ "Package.swift" ]
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
formatter = { command = "swift-format", args = [ "--configuration", ".swift-format"] }
formatter = { command = "swift-format" }
auto-format = true
language-servers = [ "sourcekit-lsp" ]

Expand Down

0 comments on commit 9485660

Please sign in to comment.