

Step 2: Meet editorconfig to rule them all

There is a great blog article on how to write a formatter Extension. Visual Studio Code provides a formatting API, so other developers can create formatters for programming languages. Visual Studio Code has built in formatters for TypeScript, C# and Go, but I want formatters for html, scss and javascript as well. Formatting In Visual Studio Code: EditorConfig And js-beautify
