mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-03-14 16:49:40 +01:00
explain coding style in NEWCOMER.txt, closes #44
Signed-off-by: Jerome Jutteau <mojo@couak.net>
This commit is contained in:
parent
7736957442
commit
4cb33eda92
10
NEWCOMER.txt
10
NEWCOMER.txt
@ -27,3 +27,13 @@ view only to show the most importants files and their role.
|
||||
├── async : chunks of uploaded files
|
||||
├── files : all files that has been successfully uploaded
|
||||
└── links : all links pointing to files with meta-informations
|
||||
|
||||
Coding style:
|
||||
|
||||
- PHP function keywords are alone on a line
|
||||
- Braces "{" must are put in a new line
|
||||
- Files must be in UTF-8 (without BOM)
|
||||
- Uses LF (\n) for end of lines
|
||||
|
||||
The whole project is not clean about that, feel free to fix :)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user