felixrieseberg / vsc-ember-cli

:zap: Turn Visual Studio Code into an Ember Cli IDE
https://aka.ms/vsc-ember
MIT License
92 stars 15 forks source link

Code consistency #31

Closed t-sauer closed 7 years ago

t-sauer commented 8 years ago

While working on the extension over the last few days I saw a lot of inconsistencies around the code.
So I added an .editorconfig file and included the TSLint rules VSCode is using to establish a more consistent code. Also I went through the code and cleaned it up a little bit. I probably haven't caught all inconsistencies but I guess it is a start.

felixrieseberg commented 7 years ago

Oh man, I suck. I apologize - I went on vacation, came back, and never touched this PR. Excellent work, thank you so very much.