I am looking to align the formatting of my typescript
files with that of my C#
code files.
While I have managed to configure Visual Studio 2015 to place the open brace on a new line, I am struggling to ensure that my parameters are formatted consistently with C#
.
For reference, here is an example of my properly formatted C#
class:
https://i.sstatic.net/96C8Y.png
The current layout of my typescript
class does not match this alignment for the parameters:
https://i.sstatic.net/9t1Ml.png
To achieve the desired formatting in my typescript
file, I aim for it to look like this:
https://i.sstatic.net/J9kkc.png
Despite examining the Tools > Options > Text Editor > TypeScript settings, I have been unsuccessful in finding the correct option to adjust the parameter alignment.