Skip to content

randy3k/Whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whitespace

Sublime Text has options trim_trailing_white_space_on_save and ensure_newline_at_eof_on_save to handle whitespace. In some situations, these options do not give satisfactory result. While similar packages exist, e.g., TrailSpaces, they do not allow easier syntax specific settings. Whitespace helps in keeping your code clean by providing more features in removing trailing spaces.

  • remove trailing whitespace
  • ensure single trailing newline
  • ignore whitespace only lines
  • ignore whitespace on current line

Installation

This plugin can be installed via package control.

Options

  • The easiest way to apply "remove trailing whitespace" is by Command Palette C+Shift+P.

  • To activate "remove trailing whitespace on save", click the menu items in Edit -> Whitespace.

  • To enable Whitespace at startup, modify your preference setting file. If you want to enable Whitespace for a specific syntax, edit Preferences -> Settings - More -> Syntax Specific:

{
    "remove_trailing_whitespace_on_save": true,
    "ensure_single_trailing_newline": true,
    "ignore_whitespace_only_lines": false,
    "ignore_whitespace_on_current_line": true
}

The options explain themselves. Their default values are false. You can also make use of Syntax Manager to enable Whitespace for multiple syntaxes.

About

Remove Trailing Whitespace for Sublime Text

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages