Skip to content

Commit

Permalink
Stop Fiddling with Newlines! (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Mar 6, 2024
1 parent f5ff77c commit 9d37a8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"trunk.enableWindows": true
"trunk.enableWindows": true,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false
}

0 comments on commit 9d37a8d

Please sign in to comment.