You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question than an issue, but is it possible to indent on save without losing your position in the file? I'm currently have this in my vimrc:
:autocmd BufWritePre *.json :normal gg=G
While it indents well, even if my JSON is invalid, it jumps me to the top of the buffer every time. Can this be avoided?
Thanks,
Ross
The text was updated successfully, but these errors were encountered:
This is more of a question than an issue, but is it possible to indent on save without losing your position in the file? I'm currently have this in my vimrc:
:autocmd BufWritePre *.json :normal gg=G
While it indents well, even if my JSON is invalid, it jumps me to the top of the buffer every time. Can this be avoided?
Thanks,
Ross
The text was updated successfully, but these errors were encountered: