We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853b910 commit f637617Copy full SHA for f637617
Sources/SwiftFormat/API/Configuration.swift
@@ -24,7 +24,6 @@ internal let highestSupportedConfigurationVersion = 1
24
/// Holds the complete set of configured values and defaults.
25
public struct Configuration: Codable, Equatable {
26
27
-
28
private enum CodingKeys: CodingKey {
29
case version
30
case maximumBlankLines
0 commit comments