PHPStorm configuration

80 views
Skip to first unread message

garyamort

unread,
Jun 25, 2012, 11:46:22 AM6/25/12
to joomla-...@googlegroups.com
I'm running into some indenting issues with PHPStorm..it keeps adding a space to indent some of my method braces {}.   Anyone have a Joomla config form PHPStorm that matches the Joomla! style checker?

Nikolai Plath

unread,
Jun 25, 2012, 11:52:44 AM6/25/12
to joomla-...@googlegroups.com
Mine looks like this (I hope Google wont spit at me..)

<?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="Joomla">
<option name="OTHER_INDENT_OPTIONS">
<value>
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="8" />
<option name="TAB_SIZE" value="4" />
<option name="USE_TAB_CHARACTER" value="true" />
<option name="SMART_TABS" value="false" />
<option name="LABEL_INDENT_SIZE" value="0" />
<option name="LABEL_INDENT_ABSOLUTE" value="false" />
<option name="USE_RELATIVE_INDENTS" value="false" />
</value>
</option>
<PHPCodeStyleSettings>
<option name="ALIGN_PHPDOC_PARAM_NAMES" value="true" />
<option name="ALIGN_PHPDOC_COMMENTS" value="true" />
<option name="PHPDOC_BLANK_LINES_AROUND_PARAMETERS" value="true" />
</PHPCodeStyleSettings>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="PHP">
<option name="BRACE_STYLE" value="2" />
<option name="ELSE_ON_NEW_LINE" value="true" />
<option name="CATCH_ON_NEW_LINE" value="true" />
<option name="SPACE_AFTER_TYPE_CAST" value="true" />
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
<option name="SMART_TABS" value="true" />
</indentOptions>
</codeStyleSettings>
</code_scheme>

this goes in <path/to/jetbrains/dir>/config/codestyles/Joomla.xml

Does that help ?

Am 25.06.2012 10:46, schrieb garyamort:
> I'm running into some indenting issues with PHPStorm..it keeps adding
> a space to indent some of my method braces {}. Anyone have a Joomla
> config form PHPStorm that matches the Joomla! style checker? --
> You received this message because you are subscribed to the Google
> Groups "Joomla! CMS Development" group.
> To view this discussion on the web, visit
> https://groups.google.com/d/msg/joomla-dev-cms/-/EmFo9tgXOYoJ.
> To post to this group, send an email to joomla-...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-cm...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-cms?hl=en-GB.


Reply all
Reply to author
Forward
0 new messages