Created
November 17, 2015 16:53
-
-
Save trlinkin/a81eade8a15068d7ba77 to your computer and use it in GitHub Desktop.
Editorconfig heavy handed boilerplate - http://editorconfig.org/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root = true | |
| # Unix-style newlines with a newline ending every file | |
| [*] | |
| end_of_line = lf | |
| insert_final_newline = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment