config/sublime/Packages/LineEndings/Indentation.sublime-menu
2013-03-15 10:49:28 -07:00

13 lines
No EOL
1 KiB
Text

[
{ "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 }
]