last whitespace property enabled

This commit is contained in:
Ezequiel Bergamaschi
2013-08-20 22:05:50 -03:00
parent 04b88f15bd
commit 17ca7f2616
2 changed files with 11 additions and 2 deletions

View File

@@ -9,5 +9,8 @@
"highlight_whitespaces_file_max_size": 1048576,
// By default plugin is enabled or disabled (true|false)
"highlight_whitespaces_enabled": true
"highlight_whitespaces_enabled": true,
// Allow the highlighting of the last whitespace, one or more time
"highlight_last_whitespace": true
}