Skip to content

Instantly share code, notes, and snippets.

@tealtail
Last active August 29, 2015 14:02
Show Gist options
  • Save tealtail/3c7d3bb0060f697f6081 to your computer and use it in GitHub Desktop.
Save tealtail/3c7d3bb0060f697f6081 to your computer and use it in GitHub Desktop.
white-space sublime settings
Install TrailingSpaces package
Open TrailingSpace’s preferences (Preferences -> Package Settings -> TrailingSpaces -> Settings - User), and add:
{
"trailing_spaces_include_current_line": false
}
------
Sublime User Preferences
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"drawWhiteSpace": true,
"ensure_new_line_at_eof_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment