mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-06-16 10:34:34 +00:00
Updated for 0.41.0 release
This commit is contained in:
@@ -91,8 +91,7 @@ final class RulesViewController: NSViewController {
|
||||
.compactMap { optionName in optionsByName[optionName] }
|
||||
.sorted { $0.descriptor.displayName < $1.descriptor.displayName }
|
||||
.compactMap { option -> UserSelectionType? in
|
||||
guard !option.isDeprecated,
|
||||
option.descriptor.argumentName != FormatOptions.Descriptor.indentation.argumentName else {
|
||||
guard !option.isDeprecated else {
|
||||
return nil
|
||||
}
|
||||
let descriptor = option.descriptor
|
||||
|
||||
Reference in New Issue
Block a user