Skip to content

Commit

Permalink
Merge branch 'master' into feat/offset-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks authored Dec 26, 2024
2 parents c43bee5 + 5023734 commit 5270eaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const baseline = require('@mui/monorepo/prettier.config');

module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
plugins: ['prettier-plugin-tailwindcss'],
...baseline,
plugins: ['prettier-plugin-tailwindcss'], // TODO move to baseline config
tailwindStylesheet: './docs/src/styles.css',
overrides: [
{
Expand Down

0 comments on commit 5270eaa

Please sign in to comment.