As reported by @taku0 in #76. This case can be handled better: ``` swift let foo = [ bar: baz, // I want an extra indentation for this line bar: baz, // and this line ] ```