Unnamed repository; edit this file 'description' to name the repository.
fix: removed explict default config file from swift-format (#12052)
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index d55948ad..f24c70d8 100644 --- a/languages.toml +++ b/languages.toml @@ -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" ] |