.editorconfig
.editorconfig files help developers on a shared project maintain a consistent coding standard and approach. This file should be checked in to a projects repository, and modern IDEs and editors support these files to enforce a projects coding standards (think tabs vs spaces, whitespace at EOL, etc). Check out editorconfig.org for more information.