neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Problem With Indent After Type {

NEX-S opened this issue · comments

int main(){
|}

int main()
{
|}

how can i make it run like

int main()
{
|
}

int main() {
|
}

:h coc#on_enter()