mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
r(indents): fix brace_list alignment
This commit is contained in:
parent
3b974b7257
commit
cf9faaa0e3
3 changed files with 8 additions and 4 deletions
|
|
@ -10,3 +10,9 @@ foo <- function(x) {
|
|||
)
|
||||
)
|
||||
}
|
||||
|
||||
baz <- function(l) {
|
||||
inner(l, function(x) {
|
||||
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue