maksimr / vim-jsbeautify

vim plugin which formated javascript files by js-beautify
758 stars 68 forks source link

Fix finding .editorconfig in Windows vimfiles dir #149

Closed x11x closed 5 years ago

x11x commented 5 years ago

On Windows, the default path for .vim directory is $HOME/vimfiles. This commit adds that path to the list to search when looking for .editorconfig files. Fixes #101