Skip to content

Instantly share code, notes, and snippets.

@Couto
Created July 29, 2012 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Couto/3200118 to your computer and use it in GitHub Desktop.
Save Couto/3200118 to your computer and use it in GitHub Desktop.
TrailingSpace configuration
{
// Color is determined by scope
"trailing_spaces_highlight_color" : "trailing.space",
// Max file size to search
"trailing_spaces_file_max_size" : 1048576,
// By default plugin is enabled or disabled (true|false)
"trailing_spaces_enabled" : true,
// By default empty lines are cleared
"trailing_spaces_include_empty_lines" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment