editorconfig / editorconfig-core-py

Clone of EditorConfig core written in Python
http://editorconfig.org
Other
93 stars 23 forks source link

Abstract filesystem access #24

Open ddevault opened 6 years ago

ddevault commented 6 years ago

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.