Skip to content

Commit

Permalink
Format using Prettier 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Jul 9, 2023
1 parent 34b7a66 commit b439271
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 100,
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}
5 changes: 4 additions & 1 deletion visualization/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ text {

.history-text {
font-size: 0.9rem;
font-family: Menlo, Courier New, monospace;
font-family:
Menlo,
Courier New,
monospace;
}

.hidden {
Expand Down
2 changes: 1 addition & 1 deletion visualization/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Porcupine</title>
Expand Down

0 comments on commit b439271

Please sign in to comment.