mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 01:43:59 -05:00
add more spaces on test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
///<reference path="fourslash.ts"/>
|
||||
|
||||
/////*InsertSpaceAfterCommaDelimiter*/[1,2, 3];[72,];
|
||||
/////*InsertSpaceAfterCommaDelimiter*/[1,2, 3];[ 72 , ];
|
||||
/////*InsertSpaceAfterSemicolonInForStatements*/for (i = 0;i; i++);
|
||||
/////*InsertSpaceBeforeAndAfterBinaryOperators*/1+2- 3
|
||||
/////*InsertSpaceAfterKeywordsInControlFlowStatements*/if (true) { }
|
||||
|
||||
Reference in New Issue
Block a user