Created
July 25, 2013 04:57
-
-
Save timani/6077011 to your computer and use it in GitHub Desktop.
Adding the Newline at EOF support in sublime text 2. Should appease github
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
http://stackoverflow.com/questions/5813311/no-newline-at-end-of-file | |
https://github.com/editorconfig/editorconfig/wiki/Newline-at-End-of-File-Support | |
// Set to true to ensure the last line of the file ends in a newline | |
// character when saving | |
"ensure_newline_at_eof_on_save": true, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment