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 719dd87 commit da711b4Copy full SHA for da711b4
Sources/SKOptions/ExperimentalFeatures.swift
@@ -12,7 +12,7 @@
12
13
/// An experimental feature that can be enabled by passing `--experimental-feature`
14
/// to `sourcekit-lsp` on the command line or through the configuration file.
15
-/// The raw value of this feature is how it is named on the command line.
+/// The raw value of this feature is how it is named on the command line and in the configuration file.
16
public enum ExperimentalFeature: String, Codable, Sendable, CaseIterable {
17
case onTypeFormatting = "on-type-formatting"
18
}
0 commit comments