Skip to content

Commit

Permalink
use prettier config from Fluent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Jan 17, 2022
1 parent 0361af4 commit 1fd64ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"singleQuote": true
"arrowParens": "avoid",
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}

0 comments on commit 1fd64ab

Please sign in to comment.