Merge pull request #1237 from dank074/patch/fix-prettier-eol

This commit is contained in:
Madeline 2024-11-20 15:20:40 +11:00 committed by GitHub
commit dd52fbf14b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,6 @@
"bracketSpacing": true, "bracketSpacing": true,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"useTabs": true, "useTabs": true,
"singleQuote": false "singleQuote": false,
"endOfLine": "auto"
} }