Skip to content

Commit

Permalink
Adding standard PhpStorm code style settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Sep 5, 2017
1 parent ffe4a7d commit 2cadde4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/PhpStorm_CodeStyle_Scheme.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<code_scheme name="Project">
<JSCodeStyleSettings>
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
</JSCodeStyleSettings>
<codeStyleSettings language="JavaScript">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</code_scheme>

0 comments on commit 2cadde4

Please sign in to comment.