It would be nice to be able to abstract filesystem access in EditorConfigHandler so that you can abstract crawling the tree and pulling file contents. This would be useful, for example, if you wanted to pull editor configs out of a bare git repository.
It would be nice to be able to abstract filesystem access in
EditorConfigHandler
so that you can abstract crawling the tree and pulling file contents. This would be useful, for example, if you wanted to pull editor configs out of a bare git repository.