Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit ad1c753

Browse files
committed
Merge branch 'master' of github.com:wavevision/coding-standard
* 'master' of github.com:wavevision/coding-standard: Add JSON indents for PhpStorm
2 parents d888397 + 7f7d131 commit ad1c753

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstorm/style.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<TypeScriptCodeStyleSettings version="0">
1313
<option name="SPACES_WITHIN_IMPORTS" value="true" />
1414
</TypeScriptCodeStyleSettings>
15+
<codeStyleSettings language="JSON">
16+
<indentOptions>
17+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
18+
<option name="TAB_SIZE" value="2" />
19+
</indentOptions>
20+
</codeStyleSettings>
1521
<codeStyleSettings language="JavaScript">
1622
<indentOptions>
1723
<option name="INDENT_SIZE" value="2" />

0 commit comments

Comments
 (0)