It just makes it a bit easier to contribute since the project can define the conventions. In my editor, I use different settings from what you're doing.
TL;DR: EditorConfig is an editor/vendor agnostic configuration file to manage project conventions. Most editors support automatically adjusting the settings when the file is found.
Also adds /*.zip to .gitignore to avoid committing the bundled ZIP.
Adds an EditorConfig file to the repository.
It just makes it a bit easier to contribute since the project can define the conventions. In my editor, I use different settings from what you're doing.
TL;DR: EditorConfig is an editor/vendor agnostic configuration file to manage project conventions. Most editors support automatically adjusting the settings when the file is found.
Also adds
/*.zip
to .gitignore to avoid committing the bundled ZIP.