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.
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.