mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
fix: removed explict default config file from swift-format (#12052)
This commit is contained in:
parent
b53dafe326
commit
10c3502a89
@ -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" ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user