Created
May 20, 2014 10:13
-
-
Save Marlinc/1f23179a5798782f8113 to your computer and use it in GitHub Desktop.
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"?> | |
<code_scheme name="CakePHP"> | |
<CssCodeStyleSettings> | |
<option name="HEX_COLOR_LOWER_CASE" value="true" /> | |
<option name="HEX_COLOR_LONG_FORMAT" value="true" /> | |
<option name="VALUE_ALIGNMENT" value="2" /> | |
</CssCodeStyleSettings> | |
<JSCodeStyleSettings> | |
<option name="ALIGN_OBJECT_PROPERTIES" value="2" /> | |
</JSCodeStyleSettings> | |
<PHPCodeStyleSettings> | |
<option name="ALIGN_KEY_VALUE_PAIRS" value="true" /> | |
<option name="LOWER_CASE_BOOLEAN_CONST" value="true" /> | |
<option name="LOWER_CASE_NULL_CONST" value="true" /> | |
<option name="BLANK_LINE_BEFORE_RETURN_STATEMENT" value="true" /> | |
<option name="KEEP_RPAREN_AND_LBRACE_ON_ONE_LINE" value="true" /> | |
</PHPCodeStyleSettings> | |
<XML> | |
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | |
</XML> | |
<codeStyleSettings language="CSS"> | |
<indentOptions> | |
<option name="USE_TAB_CHARACTER" value="true" /> | |
<option name="SMART_TABS" value="true" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="JavaScript"> | |
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | |
<indentOptions> | |
<option name="USE_TAB_CHARACTER" value="true" /> | |
<option name="SMART_TABS" value="true" /> | |
</indentOptions> | |
</codeStyleSettings> | |
<codeStyleSettings language="PHP"> | |
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> | |
<option name="CLASS_BRACE_STYLE" value="1" /> | |
<option name="METHOD_BRACE_STYLE" value="1" /> | |
<option name="SPECIAL_ELSE_IF_TREATMENT" value="true" /> | |
<option name="ALIGN_MULTILINE_FOR" value="false" /> | |
<option name="ALIGN_GROUP_FIELD_DECLARATIONS" value="true" /> | |
<option name="FOR_STATEMENT_RPAREN_ON_NEXT_LINE" value="true" /> | |
<option name="IF_BRACE_FORCE" value="3" /> | |
<option name="DOWHILE_BRACE_FORCE" value="3" /> | |
<option name="WHILE_BRACE_FORCE" value="3" /> | |
<option name="FOR_BRACE_FORCE" value="3" /> | |
<indentOptions> | |
<option name="USE_TAB_CHARACTER" value="true" /> | |
<option name="SMART_TABS" value="true" /> | |
</indentOptions> | |
<arrangement> | |
<groups> | |
<group> | |
<type>GETTERS_AND_SETTERS</type> | |
<order>KEEP</order> | |
</group> | |
<group> | |
<type>OVERRIDDEN_METHODS</type> | |
<order>KEEP</order> | |
</group> | |
<group> | |
<type>DEPENDENT_METHODS</type> | |
<order>DEPTH_FIRST</order> | |
</group> | |
</groups> | |
</arrangement> | |
</codeStyleSettings> | |
</code_scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment