Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shevtsov committed Dec 1, 2012
1 parent 2cece6c commit eb749f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Default.sublime-commands
Expand Up @@ -3,4 +3,4 @@
"caption": "Search In Project",
"command": "search_in_project"
}
]
]
2 changes: 1 addition & 1 deletion Main.sublime-menu
Expand Up @@ -88,4 +88,4 @@
}
]
}
]
]
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,4 +34,4 @@ On any OS I recommend you to install [ack](http://betterthangrep.com/), and use

* * *

Made by [Leonid Shevtsov](http://leonid.shevtsov.me)
Made by [Leonid Shevtsov](http://leonid.shevtsov.me)
2 changes: 1 addition & 1 deletion SearchInProject (Windows).sublime-settings
@@ -1,4 +1,4 @@
{
/* Use findstr on Windows, because it's built-in */
"search_in_project_engine": "find_str"
}
}
10 changes: 5 additions & 5 deletions SearchInProject.sublime-settings
@@ -1,4 +1,4 @@
/*
/*
SearchInProject default settings
Do not change this file; change your user settings file instead
*/
Expand All @@ -20,16 +20,16 @@
"search_in_project_Ack_path_to_executable": "ack",
"search_in_project_Ack_mandatory_options": "",
"search_in_project_Ack_common_options": "--type-add coffeescript=.coffee --type-add haml=.haml --type-add sass=.sass --type-add scss=.scss",

/* TheSilverSearcher configuration */
"search_in_project_TheSilverSearcher_path_to_executable": "ag",
"search_in_project_TheSilverSearcher_mandatory_options": "",

/* GitGrep configuration */
"search_in_project_GitGrep_path_to_executable": "git grep",
"search_in_project_GitGrep_mandatory_options": "--line",

/* FindStr configuration */
"search_in_project_FindStr_path_to_executable": "findstr",
"search_in_project_FindStr_mandatory_options": "/n /s"
}
"search_in_project_FindStr_mandatory_options": "/n /s"
}

0 comments on commit eb749f9

Please sign in to comment.