Windows Line Endings (#923)

For some reason, the original version of this started working again. I'm
merging it to undo a small part of a recent change.
This commit is contained in:
Sylvie Crowe 2024-10-01 12:54:15 -07:00 committed by GitHub
parent 27ea6d3447
commit b7ef20d6fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
* text eol=lf
* text=auto

View File

@ -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,