Created
September 24, 2015 09:17
-
-
Save jesseschalken/7ff49a79717882c175aa to your computer and use it in GitHub Desktop.
PhpStorm code style settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectCodeStyleSettingsManager"> | |
<option name="PER_PROJECT_SETTINGS"> | |
<value> | |
<PHPCodeStyleSettings> | |
<option name="ALIGN_KEY_VALUE_PAIRS" value="true" /> | |
<option name="ALIGN_PHPDOC_PARAM_NAMES" value="true" /> | |
<option name="ALIGN_PHPDOC_COMMENTS" value="true" /> | |
<option name="ALIGN_ASSIGNMENTS" value="true" /> | |
<option name="COMMA_AFTER_LAST_ARRAY_ELEMENT" value="true" /> | |
<option name="ALIGN_CLASS_CONSTANTS" value="true" /> | |
</PHPCodeStyleSettings> | |
<XML> | |
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | |
</XML> | |
<codeStyleSettings language="PHP"> | |
<option name="CLASS_BRACE_STYLE" value="1" /> | |
<option name="METHOD_BRACE_STYLE" value="1" /> | |
<option name="ALIGN_GROUP_FIELD_DECLARATIONS" value="true" /> | |
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" /> | |
</codeStyleSettings> | |
</value> | |
</option> | |
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> | |
</component> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment