thisandagain / sentiment

AFINN-based sentiment analysis for Node.js.
MIT License
2.64k stars 311 forks source link

Define "editor.tabSize" parameter to 4 for VSCode use #153

Closed quantumsheep closed 5 years ago

quantumsheep commented 6 years ago

To prevent issues with VSCode, here's a pre-defined configuration to force the use of 4 spaces indentation and tabs.

thisandagain commented 5 years ago

Rather than pull in something just for VSCode and support each editor independently my inclination would be to pull in something like editorconfig. Would this resolve the issue sufficiently for you?

quantumsheep commented 5 years ago

It's an old PR! I don't know if editorconfig is a great idea since I never used it but it seems like a possible fix to keep the codebase like you originally intended it to be

thisandagain commented 5 years ago

@quantumsheep Sorry for the very slow turnaround on this. I added a .editorconfig file that I hope will help folks across many code editors / IDEs.