Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.42 KB

intellij-swift-format

Build Version Downloads

Enables formatting of Swift source code using swift-format

Licensing see: https://github.com/kuglee/intellij-swift-format/blob/master/LICENSE.txt and https://github.com/kuglee/intellij-swift-format/tree/master/license

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "swift-format" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template, Keith Lazuka's intellij-elm and Google Inc.'s google-java-format plugins.