Skip to content

Commit

Permalink
prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Aug 22, 2024
1 parent 216dcb7 commit 8440e87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.github
templates
16 changes: 16 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"bracketSpacing": false,
"semi": false,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.json",
"options": {
"tabWidth": 2
}
}
]
}

0 comments on commit 8440e87

Please sign in to comment.