Skip to main content

format

Format Swift with the repo SwiftFormat config. Use after editing .swift files, before verify, or when CI format job fails.

Zur Installation springen

Quellinformationen

Repository
hoangsonww/Diffuse-Native-Apps
Letzte Quellaktivität
20. August 2026 um 04:16
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
format
description
Format Swift with the repo SwiftFormat config. Use after editing .swift files, before verify, or when CI format job fails.
# Format ```bash ./Scripts/format.sh ``` Config is `.swiftformat`. Do not add SwiftLint, Prettier for Swift, or a second formatter. Claude Code already formats a Swift file on Write/Edit via `.claude/hooks/format-swift.sh`. Still run the script before claiming done so untouched files are consistent. ```bash swiftformat Packages Apps Tools Tests --config .swiftformat --lint ```
Auf GitHub ansehen