Skip to content

Commit

Permalink
disable whitespace trimming on save
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb committed Feb 14, 2024
1 parent a561f4e commit 9d63872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"[haxe]": {
"editor.formatOnSave": true
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": false,
}
}
}

0 comments on commit 9d63872

Please sign in to comment.