Skip to content

Commit

Permalink
style: update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jan 10, 2025
1 parent a7f926a commit 8a02166
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

# TypeScript and JavaScript files
Expand Down
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"arrowParens": "always",
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"bracketSpacing": true,
"printWidth": 80
}

0 comments on commit 8a02166

Please sign in to comment.