From eb749f98ddd96c009ec0380e31d473551ad235d1 Mon Sep 17 00:00:00 2001 From: Leonid Shevtsov Date: Sat, 1 Dec 2012 19:25:46 +0200 Subject: [PATCH] Whitespace cleanup --- Default.sublime-commands | 2 +- Main.sublime-menu | 2 +- README.md | 2 +- SearchInProject (Windows).sublime-settings | 2 +- SearchInProject.sublime-settings | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Default.sublime-commands b/Default.sublime-commands index 8a4885f..73cc085 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -3,4 +3,4 @@ "caption": "Search In Project", "command": "search_in_project" } -] \ No newline at end of file +] diff --git a/Main.sublime-menu b/Main.sublime-menu index 87a6962..9418865 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -88,4 +88,4 @@ } ] } -] \ No newline at end of file +] diff --git a/README.md b/README.md index 9f4b8cf..c3b5800 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +Made by [Leonid Shevtsov](http://leonid.shevtsov.me) diff --git a/SearchInProject (Windows).sublime-settings b/SearchInProject (Windows).sublime-settings index c57065b..c77c9b1 100644 --- a/SearchInProject (Windows).sublime-settings +++ b/SearchInProject (Windows).sublime-settings @@ -1,4 +1,4 @@ { /* Use findstr on Windows, because it's built-in */ "search_in_project_engine": "find_str" -} \ No newline at end of file +} diff --git a/SearchInProject.sublime-settings b/SearchInProject.sublime-settings index 9144097..40a7ed0 100644 --- a/SearchInProject.sublime-settings +++ b/SearchInProject.sublime-settings @@ -1,4 +1,4 @@ -/* +/* SearchInProject default settings Do not change this file; change your user settings file instead */ @@ -20,7 +20,7 @@ "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": "", @@ -28,8 +28,8 @@ /* 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" -} \ No newline at end of file + "search_in_project_FindStr_mandatory_options": "/n /s" +}