Skip to content

Commit

Permalink
Fix Webstorm double quoting
Browse files Browse the repository at this point in the history
Prevents Webstorm to format generated code with double quotes, e.g.:

`import Bar from 'bar'`

instead of

`import Bar from "bar"`
  • Loading branch information
JBlaak committed May 7, 2016
1 parent cc792b5 commit 0d21eb1
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 0d21eb1

Please sign in to comment.