Closed Broncko closed 12 years ago
Hi,
if i type if(someCode) {<Enter>, i end up like this:
if(someCode) {<Enter>
if(someCode) { ..<cursor>}
how do i have to configure autoclose, to get that working:
if(someCode) { ..<cursor> }
regards, Broncko
sorry, it works perfectly if i kick off smartindent from vimrc and put filetype indent on in there.
Hi,
if i type
if(someCode) {<Enter>
, i end up like this:how do i have to configure autoclose, to get that working:
regards, Broncko