fix: removed explict default config file from swift-format (#12052)

pull/11987/head^2
Elizabeth 5 days ago committed by GitHub
parent b53dafe326
commit 10c3502a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save