From 13d2a729c984813cfb9f128dcb122e07f5c41273 Mon Sep 17 00:00:00 2001 From: SaschaNaz Date: Fri, 9 Oct 2015 16:40:47 +0900 Subject: [PATCH] restore fall-through indentation --- src/services/formatting/formatting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/formatting/formatting.ts b/src/services/formatting/formatting.ts index 7c81f3c91b3..d3555578cbe 100644 --- a/src/services/formatting/formatting.ts +++ b/src/services/formatting/formatting.ts @@ -453,7 +453,7 @@ namespace ts.formatting { if ((node).asteriskToken) { return SyntaxKind.AsteriskToken; } - // fall-through + // fall-through case SyntaxKind.PropertyDeclaration: case SyntaxKind.Parameter: