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

[bug] space in dictionary. #162

Closed PMExtra closed 7 years ago

PMExtra commented 7 years ago
let a = [ "key": value ]

After Swimat:

let a = [ "key": value]

Why remove the last space?

Jintin commented 7 years ago

What do you think @saagarjha

Jintin commented 7 years ago

I'd prefer remove the first space after [

Jintin commented 7 years ago

fix this in #164.