Skip to content

Commit 5cda84e

Browse files
Added vue whitespace-sensitivity config (#32)
1 parent fba21e4 commit 5cda84e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

multi-language.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ vue:
198198
arrow-parens: always
199199
bracket-spacing: true
200200
indent-script-and-style: false
201+
whitespace-sensitivity: css
201202
finder:
202203
exclude:
203204
- "modules"
@@ -216,6 +217,7 @@ vue:
216217
* Valid values for `arrow-parens` are `avoid` and `always`.
217218
* Valid values for `bracket-spacing` are `false` and `true`.
218219
* Valid values for `indent-script-and-style` are `false` and `true`.
220+
* Valid values for `whitespace-sensitivity` are `css`, `strict` and `ignore`.
219221

220222
<a name="python-config"></a>
221223
## Python Config

0 commit comments

Comments
 (0)