Skip to content

Commit

Permalink
chore: Sync Files - 2022/10/04 -- [bot] Synced local '.prettierrc.js'…
Browse files Browse the repository at this point in the history
… with remote 'sync-files/dotfiles/.prettierrc.js'
  • Loading branch information
1 parent ec09041 commit 342e92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ module.exports = {
files: ['*.yml', '*.yaml'],
options: { singleQuote: false },
},
{
files: ['Makefile'],
options: { useTabs: true },
},
],
tabWidth: 2,
useTabs: false,
singleQuote: true,
trailingComma: 'all',
semi: true,
Expand Down

0 comments on commit 342e92b

Please sign in to comment.