Skip to content

Commit

Permalink
update as per pull request comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Feb 10, 2016
1 parent 9e8149e commit cd29be0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ but I understand that some users would prefer to have the editor updated. If you
and replace `callback.document.export` with `callback.document.will-save`
([screenshot](http://cl.ly/image/0r2s3s3v3d0t/Screen%20Shot%202014-07-21%20at%2001.44.46.png)).

### <kbd>⌘S</kbd> Add newline at end of file

Just add `TM_ENSURE_TRAILING_NEWLINE_ON_SAVE = true` to your `.tm_properties`.

This won't add a second newline if you also have `TM_STRIP_WHITESPACE_ON_SAVE`.

### <del><kbd>⌃⌘N</kbd> New File</del> → <kbd>⇧⌘N</kbd> (builtin)

Expand Down

0 comments on commit cd29be0

Please sign in to comment.