ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.4k stars 911 forks source link

Support EditorConfig #235

Open axic opened 7 years ago

axic commented 7 years ago

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles

More: http://editorconfig.org

(It also has a javascript implementation)

axic commented 5 years ago

@yann300 this would be still nice to have 😉

Maybe worth for a bounty? cc @ceresstation

LianaHus commented 4 years ago

@yann300

yann300 commented 4 years ago

That's something we should look at yes.

LianaHus commented 2 years ago

we can use this to save monaco's config over the session