mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
add HACKING - coding style
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Coding style
|
||||
============
|
||||
|
||||
* indent with 2 spaces
|
||||
* opening curly braces on a new line
|
||||
* function and method names camelCase, with lowercase first letter
|
||||
* class names CamelCase
|
||||
* private data members with an underscore as a prefix: _likeThis
|
||||
* file names all lowercase
|
||||
Reference in New Issue
Block a user