Skip to content

Commit

Permalink
Windows Line Endings (#923)
Browse files Browse the repository at this point in the history
For some reason, the original version of this started working again. I'm
merging it to undo a small part of a recent change.
  • Loading branch information
oneirocosm authored Oct 1, 2024
1 parent 27ea6d3 commit b7ef20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* text eol=lf
* text=auto
2 changes: 1 addition & 1 deletion prettier.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
plugins: ["prettier-plugin-jsdoc", "prettier-plugin-organize-imports"],
printWidth: 120,
trailingComma: "es5",
useTabs: false,
useTabs: false,
jsdocVerticalAlignment: true,
jsdocSeparateReturnsFromParam: true,
jsdocSeparateTagGroups: true,
Expand Down

0 comments on commit b7ef20d

Please sign in to comment.