From 0371acff89b14b9bdcb03e72fd9637e26e6b517c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 11:07:42 -0500 Subject: Move English documentation to folder en_US --- doc/en_US/coding-standards.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/en_US/coding-standards.markdown (limited to 'doc/en_US/coding-standards.markdown') diff --git a/doc/en_US/coding-standards.markdown b/doc/en_US/coding-standards.markdown new file mode 100644 index 00000000..0ee3ecd6 --- /dev/null +++ b/doc/en_US/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