guns/vim-clojure-static

shiftwidth vs editorconfig

agriffis opened this issue · 0 comments

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?