Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 766 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 766 Bytes

PHPStorm Code Style

This PHPStorm Code Style follows the [PSR-1 coding standard] (http://www.php-fig.org/psr/psr-1/) and [PSR-2 coding style] (http://www.php-fig.org/psr/psr-2/).

When developing PHP applications, please use this to reformat your code.

The default reformat shortcut is Ctrl+Alt+L for Windows or Cmd+Alt+L for OSX. You can change this to any shortcut you deem convenient to you. The default workflow is to reformat your code before hitting save.

Installation

Clone or download this repository.

Open up your PHPStorm, go to "File" -> "Import Settings". Navigate to the code_style.jar file and choose that. Check all the boxes found in the next screen and hit "OK".