mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-06-16 10:34:34 +00:00
6 lines
78 B
Swift
6 lines
78 B
Swift
enum Flag: String, Codable {
|
|
case `init`
|
|
}
|
|
|
|
let flags: [Flag] = [.`init`]
|