Skip to content

Commit

Permalink
add prettier config & fix nfr legal desc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Jan 23, 2024
1 parent 449f253 commit 7ca42ff
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 238 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120
}
Loading

0 comments on commit 7ca42ff

Please sign in to comment.