2011-10-20 01:30:30 +00:00
|
|
|
{
|
|
|
|
// Color is determined by scope
|
2012-05-01 02:38:29 +00:00
|
|
|
"trailing_spaces_highlight_color" : "invalid",
|
2011-10-20 01:30:30 +00:00
|
|
|
|
|
|
|
// Max file size to search
|
2012-05-01 02:38:29 +00:00
|
|
|
"trailing_spaces_file_max_size" : 1048576,
|
2011-10-20 01:30:30 +00:00
|
|
|
|
|
|
|
// By default plugin is enabled or disabled (true|false)
|
2012-05-01 02:38:29 +00:00
|
|
|
"trailing_spaces_enabled" : true,
|
|
|
|
|
|
|
|
// By default empty lines are cleared
|
|
|
|
"trailing_spaces_include_empty_lines" : true
|
2011-10-20 01:30:30 +00:00
|
|
|
}
|