Skip to content

Commit

Permalink
Small update to ensure 2 space indent (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Reisner <[email protected]>
  • Loading branch information
gkovats and joshreisner authored Feb 25, 2024
1 parent 3765bf5 commit 184a8ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"arrowParens": "avoid",
"quoteProps": "preserve",
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"indent_style": "space",
"indent_size": 2
}

0 comments on commit 184a8ec

Please sign in to comment.