Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Dec 16, 2024
1 parent 6fa927e commit bbeebbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default {
'.changeset/pre.json',
'**/vite.config.js.timestamp-*.mjs',
'packages/e2e-tests/dynamic-compile-options/src/components/A.svelte',
'packages/e2e-tests/dynamic-compile-options/src/components/C.svelte',
'packages/playground/big/src/pages/**', // lots of generated files
'packages/e2e-tests/scan-deps/src/Svelte*.svelte' // various syntax tests that require no format
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div id="C">preserved leading whitespace</div>
<div id="C"> preserved leading whitespace</div>

0 comments on commit bbeebbc

Please sign in to comment.