guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

shiftwidth vs editorconfig #90

Open agriffis opened 5 years ago

agriffis commented 5 years ago

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?