IndentationStyle
public enum IndentationStyle : Hashable, Sendable
The style of indentation used in a Swift project.
-
Swift source code should be indented using tabs.
Declaration
Swift
case tabs -
Swift source code should be indented using spaces with
countspaces per indentation level.Declaration
Swift
case spaces(count: Int)
View on GitHub
Install in Dash