-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Bernd edited this page Jan 22, 2020
·
2 revisions
Welcome to the send2cgeo wiki!
Most information in the wiki is targeted at developers.
The adopted style is 1TBS. We never omit braces even if there is only one statement.
Please check your code before submitting a PR.
You can use every single text editor. Ther are som text editors with integrated or additional support of some code beautifiing, e.g. emacs and Web-beautify.
If you want the power of an IDE, then have a look at
- eclipse
- Visual Studio Code with Node.js and vscode-standardjs plugin
- IntelliJ IDEA (but no JavaScript support in the community edition)
- more: https://standardjs.com/#are-there-text-editor-plugins
You can also try https://beautifier.io/.