mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
Fix square bracket indents
This commit is contained in:
@@ -255,3 +255,11 @@ func foo () {
|
||||
let foo = CGRectMake(0, (5 - 2),
|
||||
100,
|
||||
200)
|
||||
|
||||
|
||||
let dict = [
|
||||
"foo": "Bar",
|
||||
"nest": [
|
||||
"fadsf",
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user