A command-line tool and Xcode Extension for formatting Swift code
SwiftFormat is a code library and command-line tool for reformatting Swift code on macOS or Linux. SwiftFormat goes above and beyond what you might expect from a codeformatter. In addition to adjusting white space, it can insert or remove implicit self, remove redundant parentheses, and correct many other deviations from the standard Swift idioms. Many programmers have a preferred style for formatting their code, and others seem entirely blind to the existing formatting conventions of a project. ...
An Xcode formatter plug-in to format your swift code
An Xcode formatter plug-in to format your swift code. After installation, you should open the Swimat.app once to make the functionality works. The module is available as open source under the terms of the MIT License.