Skip to content

Commit

Permalink
Update prettier congig to ignore github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
StelFoog committed Oct 26, 2023
1 parent 22fef06 commit 1bcc3e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true,
"useTabs": true
"useTabs": true,
"overrides": [
{
"files": ".github/workflows/*.yml",
"options": {
"useTabs": false
}
}
]
}

0 comments on commit 1bcc3e9

Please sign in to comment.