Swimat
Swimat is an Xcode plug-in to format your Swift code.
Preview
Installation
There are three way to install.
- Install via homebrew-cask
 
# Homebrew previous version
brew cask install swimat
# Homebrew latest version
brew install --cask swimat
-  
Download the App directly.
https://github.com/Jintin/Swimat/releases/download/1.7.0/Swimat.zip -  
Clone and archive to Mac App by yourself.
 
Usage
After installation, you should open the Swimat.app once to make the functionality works.
In the Xcode menu click [Editor] -> [Swimat] -> [Format] then the current active file will reformat.
You can also create a hot-key in [Xcode] -> [Preferences..] -> [Key Bindings], if you don't have any prefernce you can set as ⌘ + ⇧ + L.
TroubleShooting
Check [System Preferences] -> [Extensions] -> [Xcode Source Editor] -> [Swimat] is checked. 
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/Swimat.
License
The module is available as open source under the terms of the MIT License.


in the image attached, there is no line before the first switch, so its indentation is incorrect.
		                                  
		                                    
	                                    
