mirror of https://github.com/helix-editor/helix
fix: removed explict default config file from swift-format (#12052)
parent
b53dafe326
commit
10c3502a89
|
@ -1966,7 +1966,7 @@ file-types = ["swift", "swiftinterface"]
|
||||||
roots = [ "Package.swift" ]
|
roots = [ "Package.swift" ]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
block-comment-tokens = { start = "/*", end = "*/" }
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
formatter = { command = "swift-format", args = [ "--configuration", ".swift-format"] }
|
formatter = { command = "swift-format" }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
language-servers = [ "sourcekit-lsp" ]
|
language-servers = [ "sourcekit-lsp" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue