vim-clojure-static icon indicating copy to clipboard operation
vim-clojure-static copied to clipboard

shiftwidth vs editorconfig

Open agriffis opened this issue 6 years ago • 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?

agriffis avatar Feb 19 '19 16:02 agriffis