Skip to content

Commit

Permalink
chore: force rebuild of prettier worker
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jan 24, 2023
1 parent ccc9c9a commit d1fe2ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sites/twind.run/src/lib/prettier.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ import prettier from 'prettier/esm/standalone.mjs'

import { Layer } from '../../../../packages/core/src/internal/precedence'

const defaults = { useTabs: false, semi: false, trailingComma: 'all', bracketSameLine: false }
const defaults = {
printWidth: 80,
useTabs: false,
semi: false,
trailingComma: 'all',
bracketSameLine: false,
}

const plugins = [
{
Expand Down

0 comments on commit d1fe2ce

Please sign in to comment.