mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Add VSCode setting to ignore whitespace in git blame (#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 <tad@platymuus.com>
This commit is contained in:
co-authored by
Tad Hardesty
parent
2551497464
commit
664b26a2b0
Vendored
+4
-1
@@ -9,5 +9,8 @@
|
||||
"viewType": "imagePreview.previewEditor"
|
||||
}
|
||||
],
|
||||
"files.eol": "\n"
|
||||
|
||||
"files.eol": "\n",
|
||||
|
||||
"gitlens.advanced.blame.customArguments": ["-w"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user