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
Although I can prevent the runtime indent by setting filetype indent off, I would like to keep it on for single file (or) project where there is no .editorconfig file.
The text was updated successfully, but these errors were encountered:
I have this .editorconfig and this plugin installed with vim-plug
when I open sass file the shiftwidth is set to 2 by
How can i make sure the editorconfig-vim take precedence
b:did_indent
)?For runtime indent
Although I can prevent the runtime indent by setting
filetype indent off
, I would like to keep it on for single file (or) project where there is no .editorconfig file.The text was updated successfully, but these errors were encountered: