Merge branch 'master' of git://github.com/ebergama/HighlightWhitespaces into ebergama-master

Conflicts:
	highlight_whitespaces.py
	highlight_whitespaces.sublime-settings
This commit is contained in:
Kemal Hadimli
2013-08-27 12:00:04 +03:00
2 changed files with 11 additions and 2 deletions

View File

@@ -15,5 +15,8 @@
"highlight_whitespaces_check_spaces": true,
// Whether to check for tabs
"highlight_whitespaces_check_tabs": true
"highlight_whitespaces_check_tabs": true,
// Allow the highlighting of the last whitespace, one or more time
"highlight_last_whitespace": true
}