We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdc3caa + 10600d9 commit d60a108Copy full SHA for d60a108
Sources/swift-format/Run.swift
@@ -56,11 +56,8 @@ public func lintMain(path: String) -> Int {
56
public func formatMain(path: String, isDebugMode: Bool, prettyPrint: Bool) -> Int {
57
let url = URL(fileURLWithPath: path)
58
59
- let config = Configuration()
60
- config.lineLength = 80
61
-
62
let context = Context(
63
- configuration: config,
+ configuration: Configuration(),
64
diagnosticEngine: nil,
65
fileURL: url
66
)
0 commit comments