Skip to content

Commit

Permalink
Merge pull request #2030 from rinczefi-user/rinczefi-patch
Browse files Browse the repository at this point in the history
set endOfLine to auto to support the codebase also on windows machines
  • Loading branch information
AmruthPillai authored Sep 4, 2024
2 parents 87a3956 + a530fce commit 1bed63a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
}
]
}
],

// prettier
"prettier/prettier": [
"warn",
{
"endOfLine": "auto"
}
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"printWidth": 100
"printWidth": 100,
"endOfLine": "auto"
}

0 comments on commit 1bed63a

Please sign in to comment.