Update commented file settings in .py head

This commit is contained in:
Kemal Hadimli 2013-08-27 12:03:12 +03:00
parent e9d8a6dd6e
commit 551cf1e378
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ Config summary (see README.md for details):
"highlight_whitespaces_file_max_size": 1048576,
"highlight_whitespaces_enabled": true,
"highlight_whitespaces_check_spaces": true,
"highlight_whitespaces_check_tabs": true
"highlight_whitespaces_check_tabs": true,
"highlight_last_whitespace": true
}
Forked from https://github.com/SublimeText/TrailingSpaces/ by Jean-Denis Vauguet <jd@vauguet.fr>, Oktay Acikalin <ok@ryotic.de>