blob: 6bdc746e0841805d63e80ee2bdecb4dd5a19e2e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## IDE auto formatters
* PHPStorm
Copy the file ```opencart_phpstorm.xml``` to:
- Mac ```~/Library/Preferences/<PRODUCT><VERSION>/codestyles/OpenCart.xml```
- Windows ```<User home>\.<PRODUCT><VERSION>\config\codestyles\OpenCart.xml```
- Linux ```~/.<PRODUCT><VERSION>/config/codestyles/OpenCart.xml```
### References
* PHPStorm https://www.jetbrains.com/phpstorm/webhelp/code-style-xml.html
* PHPStorm https://www.jetbrains.com/help/phpstorm/2016.1/directories-used-by-phpstorm-to-store-settings-caches-plugins-and-logs.html
|