X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/de00b9d5e05a6740808d6c528b013b382fdf091c..ef30b3c2fb334270a14593e44cfe5b49ef238122:/NEWCOMER.txt?ds=inline

diff --git a/NEWCOMER.txt b/NEWCOMER.txt
index 11d22dd..67bd4b9 100644
--- a/NEWCOMER.txt
+++ b/NEWCOMER.txt
@@ -28,3 +28,12 @@ view only to show the most importants files and their role.
     ├── 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 :)
+