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
I'm working in a project where the owner mandates shiftwidth=4, even for Clojure. In fact, this works fine with vim-clojure-static, but I have to set shiftwidth manually each time I open a .clj file to override the default set by the plugin. Ideally it would just work with the setting in the project's .editorconfig
Any suggestions for a good way to do this, either locally or as a PR for this repo?
The text was updated successfully, but these errors were encountered:
I'm working in a project where the owner mandates
shiftwidth=4
, even for Clojure. In fact, this works fine with vim-clojure-static, but I have to setshiftwidth
manually each time I open a.clj
file to override the default set by the plugin. Ideally it would just work with the setting in the project's.editorconfig
Any suggestions for a good way to do this, either locally or as a PR for this repo?
The text was updated successfully, but these errors were encountered: