Skip to content

Commit

Permalink
build: standardize on 2 space indentation
Browse files Browse the repository at this point in the history
This is the industry standard for TS/JS
  • Loading branch information
gsong committed Dec 17, 2024
1 parent fbfe55b commit 5268003
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/frontend/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"tabWidth": 4,
"printWidth": 160,
"arrowParens": "avoid",
"trailingComma": "none"
"printWidth": 160,
"arrowParens": "avoid",
"trailingComma": "none"
}

0 comments on commit 5268003

Please sign in to comment.