Jintin / Swimat

An Xcode formatter plug-in to format your swift code.
https://jintin.github.io/Swimat/
MIT License
1.65k stars 89 forks source link

Add a choice for 2-widths Tab? #177

Closed zjzsliyang closed 7 years ago

zjzsliyang commented 7 years ago

Could it add a choice for 2-widths Tab just like follows:

class ViewController: UIViewController {
  override func viewDidLoad() {
    super.viewDidLoad()
  }
}

Thanks!

saagarjha commented 7 years ago

Swimat automatically detects indentation from context. If your code is indented with 2 spaces, that is what Swimat will use.

zjzsliyang commented 7 years ago

Oh, I see. Thank you.