mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
fix: removed explict default config file from swift-format (#12052)
This commit is contained in:
parent
b53dafe326
commit
10c3502a89
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue