From 4cb33eda92e6812bb61b534817389ca5cd197027 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Thu, 16 Jul 2015 11:55:25 +0200 Subject: [PATCH 1/1] explain coding style in NEWCOMER.txt, closes #44 Signed-off-by: Jerome Jutteau --- NEWCOMER.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWCOMER.txt b/NEWCOMER.txt index d570b05..67bd4b9 100644 --- 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 + +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 :) + -- 2.34.1