Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
.github
dist
docs
scripts
scripts/**/*.py
types
*.md
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"tabWidth": 2,
"printWidth": 10000000
}
},
{
"files": ["scripts/**/*.{js,mjs,cjs}"],
"options": {
"tabWidth": 2,
"printWidth": 120
}
}
]
}
Loading
Loading