Skip to content

Instantly share code, notes, and snippets.

@pmgupte
Last active August 29, 2015 14:07
Show Gist options
  • Save pmgupte/e8a5aa826b58a42cf8ff to your computer and use it in GitHub Desktop.
Save pmgupte/e8a5aa826b58a42cf8ff to your computer and use it in GitHub Desktop.
Sublime Text 2: Trim trailing white spaces on save

Go to SublimeText 2 > Preferences > User Settings. This should open your User Settings as a JSON file. Add the following to your file:

"trim_trailing_white_space_on_save": true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment