Skip to content

Commit

Permalink
Add automatic trailing whitespace trim to vscode config (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria authored Dec 10, 2024
1 parent 6bff616 commit c4981c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IDE_Configs/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.encoding": "utf8",
"files.trimTrailingWhitespace": true,
"cmake.generator": "Ninja Multi-Config",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
Expand Down

0 comments on commit c4981c6

Please sign in to comment.