Skip to content
Bernd edited this page Jan 22, 2020 · 2 revisions

Welcome to the send2cgeo wiki!

Most information in the wiki is targeted at developers.

Coding Conventions

The adopted style is 1TBS. We never omit braces even if there is only one statement.

Please check your code before submitting a PR.

Development Environment

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

You can also try https://beautifier.io/.

Clone this wiki locally