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.
1 parent 4a99f1c commit ba2a192Copy full SHA for ba2a192
Sources/SwiftFormat/API/Configuration.swift
@@ -67,7 +67,7 @@ public struct Configuration: Codable, Equatable {
67
/// The maximum length of a line of source code, after which the formatter will break lines.
68
public var lineLength: Int
69
70
- // Number of spaces that preceeds line comments.
+ /// Number of spaces that precede line comments.
71
public var spacesBeforeEndOfLineComments: Int
72
73
/// The width of the horizontal tab in spaces.
0 commit comments