Set up swift-format

This commit is contained in:
Brendan Szymanski 2026-06-13 18:22:05 -04:00
parent 2411a220fe
commit 0b478113ac
26 changed files with 461 additions and 203 deletions

View file

@ -43,12 +43,12 @@ let package = Package(
"LuminateLibrary",
"LuminatePlayer",
.product(name: "Adwaita", package: "adwaita-swift"),
.product(name: "Localized", package: "localized")
.product(name: "Localized", package: "localized"),
],
path: "Sources/Luminate",
resources: [.process("Localized.yml")],
plugins: [.plugin(name: "GenerateLocalized", package: "localized")]
)
),
],
swiftLanguageModes: [.v5]
)