Formatting the following document in Visual Studio results in incorrect indentation: ``` TypeScript class C { @dec ["method"]() { } } ``` Actual: ``` TypeScript class C { @dec ["method"]() { } } ``` Expected: ``` TypeScript class C { @dec ["method"]() { } } ```