EditorConfig support for GitHub
This extension provides EditorConfig support for GitHub.
It looks for .editorconfig files in the repository the current file belongs to, and applies found settings to code viewer and editor. Branch is always taken into account.
You can also set default editorconfig that will be used for repos without custom one. By default, it fixes tab size to 4 spaces per tab for all files but Ruby (2 spaces per tab).
Latest reviews
- (2018-06-17) Lavender Shannon: Was super simple to set up and is super customizable. I think all developers should have this installed so there aren't 8 spaces everywhere.
- (2014-11-09) Aaron Jensen: awesome, 8 space tabs are nuts.