forked from brunops/LineEndings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndentation.sublime-menu
executable file
·13 lines (13 loc) · 1.03 KB
/
Indentation.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{ "caption": "-" },
{ "command": "convert_indentation_window", "args": {"type": "spaces"}, "caption": "Convert Indentation to all views on window to Spaces"},
{ "command": "convert_indentation_window", "args": {"type": "tabs"}, "caption": "Convert Indentation to all views on window to Tabs" },
{ "caption": "-" },
{ "command": "set_line_ending_window", "args": {"type": "cr"}, "caption": "Line Ending to all views on window: Mac OS 9"},
{ "command": "set_line_ending_window", "args": {"type": "windows"}, "caption": "Line Ending to all views on window: Windows" },
{ "command": "set_line_ending_window", "args": {"type": "unix"}, "caption": "Line Ending to all views on window: Unix" },
{"caption":"-"},
{ "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Line Ending: Mac OS 9", "checkbox": true },
{ "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Line Ending: Windows", "checkbox": true },
{ "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Line Ending: Unix", "checkbox": true }
]