Home
last modified time | relevance | path

Searched refs:InsertNewLine (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/formatting/
Drule.ts18 InsertNewLine = 1 << 3, enumerator
24 ModifySpaceAction = InsertSpace | InsertNewLine | DeleteSpace,
Drules.ts90 …ultilineComments, SyntaxKind.CloseBraceToken, [isMultilineBlockContext], RuleAction.InsertNewLine),
108 …ontext", SyntaxKind.OpenBraceToken, anyToken, [isMultilineBlockContext], RuleAction.InsertNewLine),
310 …s"), isControlDeclContext, isBeforeMultilineBlockContext], RuleAction.InsertNewLine, RuleFlags.Can…
314 …"), isFunctionDeclContext, isBeforeMultilineBlockContext], RuleAction.InsertNewLine, RuleFlags.Can…
316 …criptDeclWithBlockContext, isBeforeMultilineBlockContext], RuleAction.InsertNewLine, RuleFlags.Can…
Dformatting.ts1257 case RuleAction.InsertNewLine: