yonaskolb / vscode-swiftformat

SwiftFormat for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swiftformat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftFormat for VS Code

In order to prettify your Swift code, you need to have SwiftFormat installed.

You can install it using Homebrew or Mint

# Using Homebrew
$ brew update && brew install swiftformat
# Using Mint
$ mint install nicklockwood/SwiftFormat swiftformat

Configuration

Config Type Default Description
swiftformat.enable Bool true Wether SwiftFormat should actually do something.
swiftformat.path String /usr/local/bin/swiftformat The location of SwiftFormat.
swiftformat.options [String] [] Additional parameters for SwiftFormat.

Contributors

License

Archery is available under the MIT license.

About

SwiftFormat for VS Code

https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swiftformat

License:MIT License


Languages

Language:TypeScript 100.0%