Stop Fiddling with Newlines! (#3341)

This commit is contained in:
Jonathan Bennett 2024-03-06 13:09:46 -06:00 committed by GitHub
parent f5ff77c2b9
commit 9d37a8d17f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"trunk.enableWindows": true
"trunk.enableWindows": true,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false
}