2012-10-04 21:28:45 +00:00
|
|
|
{
|
2013-07-11 22:05:57 +00:00
|
|
|
// Spaces color is determined by scope (default, "invalid")
|
2012-10-04 21:28:45 +00:00
|
|
|
// "highlight_whitespaces_space_highlight_scope_name": "Whitespaces.space.highlight",
|
|
|
|
|
2013-07-11 22:05:57 +00:00
|
|
|
// Tabs color is determined by scope (default, "invalid")
|
|
|
|
// "highlight_whitespaces_tab_highlight_scope_name": "Whitespaces.tab.highlight",
|
2012-10-04 21:28:45 +00:00
|
|
|
|
2013-07-11 22:05:57 +00:00
|
|
|
// Max file size to search
|
2012-10-04 21:28:45 +00:00
|
|
|
"highlight_whitespaces_file_max_size": 1048576,
|
|
|
|
|
2013-07-11 22:05:57 +00:00
|
|
|
// By default plugin is enabled or disabled (true|false)
|
|
|
|
"highlight_whitespaces_enabled": true,
|
|
|
|
|
|
|
|
// Whether to check for spaces
|
|
|
|
"highlight_whitespaces_check_spaces": true,
|
|
|
|
|
|
|
|
// Whether to check for tabs
|
|
|
|
"highlight_whitespaces_check_tabs": true
|
2012-10-04 21:28:45 +00:00
|
|
|
}
|