git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'origin/master'
[jirafeau_mojo42.git]
/
NEWCOMER.txt
diff --git
a/NEWCOMER.txt
b/NEWCOMER.txt
index d570b05851c0e71e7828af342145562e38ef3580..67bd4b966cc416495284fbb7e977f564de37b538 100644
(file)
--- a/
NEWCOMER.txt
+++ b/
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
├── 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 :)
+
patrick-canterino.de