Skip to content

Commit

Permalink
[MIRROR] Add VSCode setting to ignore whitespace in git blame (Skyrat…
Browse files Browse the repository at this point in the history
…-SS13#713)

* Add VSCode setting to ignore whitespace in git blame (#53534)

Doesn't use --ignore-revs-file because it was added in a more recent Git version (2.23.0) than Ubuntu 18.04 ships (2.17.1)

* Add VSCode setting to ignore whitespace in git blame

Co-authored-by: Tad Hardesty <[email protected]>
  • Loading branch information
SkyratBot and SpaceManiac authored Sep 9, 2020
1 parent 2551497 commit 664b26a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"viewType": "imagePreview.previewEditor"
}
],
"files.eol": "\n"

"files.eol": "\n",

"gitlens.advanced.blame.customArguments": ["-w"]
}

0 comments on commit 664b26a

Please sign in to comment.