ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

VS2017 prevents from setting the encoding in .editorconfig #37

Closed demurgos closed 6 years ago

demurgos commented 7 years ago

36 added project files for Visual Studio 2017.

Ideally, the project should be independent of the IDE / editor. The current project files have hard-coded directory paths and forced us to comment the editorconfig setting for encoding. This is not an ideal solution but at least it allows to work with VS2017. I'd like to keep this issue open until the issue is fixed in VS2017. If you use VS2017, please let me know if the project and solution files are still needed.

demurgos commented 7 years ago

VS2017 project and solution files were remove from the commit, I still leave the issue until the encoding issue is solved

demurgos commented 6 years ago

Closing this issue: not related to skype-http. The new lint rules check for the encoding so Visual Studio won't change the encoding.