Skip to content

Commit

Permalink
[prettier] use auto for end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 30, 2024
1 parent ada8157 commit 2b2f242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
...require('gts/.prettierrc.json'),
bracketSpacing: true,
semi: false
semi: false,
endOfLine: 'auto',
}

0 comments on commit 2b2f242

Please sign in to comment.