Skip to content

Commit

Permalink
fix code format setting for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jul 22, 2021
1 parent 4e2c3a5 commit 3ace6ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"semi": true,
"trailingComma": "all",
"printWidth": 120,
"bracketSpacing": true
"bracketSpacing": true,
"endOfLine": "auto"
}

0 comments on commit 3ace6ff

Please sign in to comment.