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

Commit eb749f9

Browse files
Whitespace cleanup
1 parent 2cece6c commit eb749f9

5 files changed

Lines changed: 9 additions & 9 deletions

Default.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"caption": "Search In Project",
44
"command": "search_in_project"
55
}
6-
]
6+
]

Main.sublime-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
}
8989
]
9090
}
91-
]
91+
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ On any OS I recommend you to install [ack](http://betterthangrep.com/), and use
3434

3535
* * *
3636

37-
Made by [Leonid Shevtsov](http://leonid.shevtsov.me)
37+
Made by [Leonid Shevtsov](http://leonid.shevtsov.me)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
/* Use findstr on Windows, because it's built-in */
33
"search_in_project_engine": "find_str"
4-
}
4+
}

SearchInProject.sublime-settings

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
SearchInProject default settings
33
Do not change this file; change your user settings file instead
44
*/
@@ -20,16 +20,16 @@
2020
"search_in_project_Ack_path_to_executable": "ack",
2121
"search_in_project_Ack_mandatory_options": "",
2222
"search_in_project_Ack_common_options": "--type-add coffeescript=.coffee --type-add haml=.haml --type-add sass=.sass --type-add scss=.scss",
23-
23+
2424
/* TheSilverSearcher configuration */
2525
"search_in_project_TheSilverSearcher_path_to_executable": "ag",
2626
"search_in_project_TheSilverSearcher_mandatory_options": "",
2727

2828
/* GitGrep configuration */
2929
"search_in_project_GitGrep_path_to_executable": "git grep",
3030
"search_in_project_GitGrep_mandatory_options": "--line",
31-
31+
3232
/* FindStr configuration */
3333
"search_in_project_FindStr_path_to_executable": "findstr",
34-
"search_in_project_FindStr_mandatory_options": "/n /s"
35-
}
34+
"search_in_project_FindStr_mandatory_options": "/n /s"
35+
}

0 commit comments

Comments
 (0)