Skip to content

Instantly share code, notes, and snippets.

@timani
Created July 25, 2013 04:57
Show Gist options
  • Save timani/6077011 to your computer and use it in GitHub Desktop.
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
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