Coding Standards ================ PHP code -------- - Indentation: 4 spaces - Line return: Unix => ``\n`` - Encoding: UTF-8 - Use only the opening tags ```__ and `PSR-2 `__ JavaScript code --------------- - Indentation: 4 spaces - Line return: Unix => ``\n`` CSS code -------- - Indentation: 4 spaces - Line return: Unix => ``\n``