We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd285b commit ff4faf6Copy full SHA for ff4faf6
TypeScript.sublime-commands
@@ -8,6 +8,6 @@
8
{ "caption" : "TypeScript: Rename", "command": "typescript_rename" },
9
{ "caption" : "TypeScript: PasteAndFormat", "command": "typescript_paste_and_format" },
10
{ "caption" : "TypeScript: FormatLine", "command": "typescript_format_line" },
11
- { "caption" : "TypeScript: FormatBlock", "command": "typescript_format_brackets" },
+ { "caption" : "TypeScript: FormatBlock", "command": "typescript_format_brackets" }
12
]
13
0 commit comments