Skip to content

Commit 1a992d3

Browse files
committed
Merge pull request #514 from JBlaak/fix-webstorm-double-quotes
Fix Webstorm double quoting
2 parents cc792b5 + 0d21eb1 commit 1a992d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/webstorm.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config settings directory.
1010
<code_scheme name="Standard">
1111
<JSCodeStyleSettings>
1212
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
13+
<option name="USE_DOUBLE_QUOTES" value="false" />
1314
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
1415
</JSCodeStyleSettings>
1516
<XML>

0 commit comments

Comments
 (0)