ZenCart-开发环境搭建PSR-2 formatting代码格式

ZenCart官方文档中明确指明了,代码的风格

https://docs.zen-cart.com/dev/developer_environment/

为Zen Cart编写PHP代码不需要特别特殊的环境

支持PHP的IDE很有用。
我们使用PhpStorm。
如果您的编辑者遵循.editorconfig标准,该标准为代码文件设置了格式标准,那么这会很有帮助。

LAMP堆栈对于运行本地开发人员存储很有用。 常见的选项包括XAMPP,WAMP / MAMP,甚至Laravel Valet

Code Formatting

Line-endings in the github repo are (or are expected to be) LF.

Zen Cart usesPSR-2 formatting standards for “new” code.

Coding Standards

https://docs.zen-cart.com/dev/contributing/coding_standards/

PSR-2: Coding Style Guide

https://www.php-fig.org/psr/psr-2/

phpstorm .editorconfig

https://learnku.com/articles/24174

https://editorconfig.org/

这个.editorconfig可以在zencart git项目中找到它