Skip to content

Commit

Permalink
Merge pull request #514 from JBlaak/fix-webstorm-double-quotes
Browse files Browse the repository at this point in the history
Fix Webstorm double quoting
  • Loading branch information
feross committed May 8, 2016
2 parents cc792b5 + 0d21eb1 commit 1a992d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/webstorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ config settings directory.
<code_scheme name="Standard">
<JSCodeStyleSettings>
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
</JSCodeStyleSettings>
<XML>
Expand Down

0 comments on commit 1a992d3

Please sign in to comment.