Rename plugin code and settings

This commit is contained in:
Kemal Hadimli
2012-10-05 00:27:52 +03:00
parent 192af7b360
commit b20299a0ea
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
// Color is determined by scope
"trailing_spaces_highlight_color" : "invalid",
// Max file size to search
"trailing_spaces_file_max_size" : 1048576,
// By default plugin is enabled or disabled (true|false)
"trailing_spaces_enabled" : true,
// By default empty lines are cleared
"trailing_spaces_include_empty_lines" : true
}