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

@ -28,7 +28,8 @@
description="{iconDescription}"
{...$$restProps}
small
withOverlay="{false}" />
withOverlay="{false}"
/>
{/if}
{#if status === 'edit'}
@ -41,7 +42,8 @@
class="bx--file-close"
{...$$restProps}
on:click
on:keydown />
on:keydown
/>
{/if}
{#if status === 'complete'}
@ -49,5 +51,6 @@
aria-label="{iconDescription}"
title="{iconDescription}"
class="bx--file-complete"
{...$$restProps} />
{...$$restProps}
/>
{/if}