swiftformat

Formatting tool for reformatting Swift code automatically

brewmacoslinux
Try with needOr install directly
Source

About

Formatting tool for reformatting Swift code

Commands

swiftformat

Examples

Format a single Swift file in place$ swiftformat MyFile.swift
Format all Swift files in a directory recursively$ swiftformat .
Format a file and show the diff without modifying it$ swiftformat --dryrun --verbose MyFile.swift