From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- doc/coding-standards.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/coding-standards.markdown (limited to 'doc/coding-standards.markdown') diff --git a/doc/coding-standards.markdown b/doc/coding-standards.markdown new file mode 100644 index 00000000..e0e762db --- /dev/null +++ b/doc/coding-standards.markdown @@ -0,0 +1,24 @@ +Coding standards +================ + +PHP code +-------- + +- Indentation: 4 spaces +- Line return: Unix => `\n` +- Encoding: UTF-8 +- Use only the opening tags ` `\n` + +CSS code +-------- + +- Indentation: 4 spaces +- Line return: Unix => `\n` -- cgit v1.2.3