feat(prettier): add svelteBracketNewLine

This commit is contained in:
josefaidt 2020-09-24 10:50:34 -05:00
commit 398887a3d3
182 changed files with 974 additions and 494 deletions

View file

@ -71,7 +71,8 @@
<div
class:bx--radio-button-wrapper="{true}"
class:bx--radio-button-wrapper--label-left="{labelPosition === 'left'}"
{...$$restProps}>
{...$$restProps}
>
<input
bind:this="{ref}"
type="radio"
@ -86,7 +87,8 @@
if (ctx) {
ctx.update(value);
}
}}" />
}}"
/>
<label class:bx--radio-button__label="{true}" for="{id}">
<span class:bx--radio-button__appearance="{true}"></span>
<span class:bx--visually-hidden="{hideLabel}">{labelText}</span>