We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d29fde + 2307314 commit 5087aebCopy full SHA for 5087aeb
1 file changed
docs/webstorm.md
@@ -6,7 +6,7 @@
6
config settings directory.
7
4. Create a `Standard.xml` file:
8
9
- ```xml
+```xml
10
<code_scheme name="Standard">
11
<JSCodeStyleSettings>
12
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
@@ -28,7 +28,7 @@ config settings directory.
28
</indentOptions>
29
</codeStyleSettings>
30
</code_scheme>
31
- ```
+```
32
33
5. If you don't want to clutter your project with extra dependencies and config files, then go global:
34
0 commit comments