Skip to content

Commit

Permalink
.prettierrc to root of project + format RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PerplexDaniel committed Jan 18, 2024
1 parent 550fbc9 commit d237be7
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 162 deletions.
17 changes: 17 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"printWidth": 120,
"semi": true,
"singleQuote": false,
"useTabs": false,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
}
Loading

0 comments on commit d237be7

Please sign in to comment.