JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Add an editorconfig file. Implements #9. #10

Closed wardlem closed 5 years ago

wardlem commented 5 years ago

I'm wondering does the editor have to be configured (or have a plugin) in order to respect this file?

Some editors support EditorConfig by default, but many do not and do require a plugin. A list of plugins can be found on the EditorConfig website.

I noticed there is an editorconfig plugin for VsCode. If this is the case, maybe this should be on the README?

Sounds good to me. Should we add a section in the README for development setup?

JBaczuk commented 5 years ago

Sounds good to me. Should we add a section in the README for development setup?

Yeah I think that would be a good idea.

wardlem commented 5 years ago

I added a stub section for setting up the development environment with a link to get an EditorConfig plugin. We can add more to it as time goes on.