Y
Hacker News
new
|
ask
|
show
|
jobs
by
jvalencia
270 days ago
We have format commits so that we have separate non-logic commits that don't have to be aggravated over if we find files are all off.
1 comments
chatmasta
270 days ago
You can also add those non-logic commits to a .git-blame-ignore-revs file, and any client that supports it will ignore those commits when surfacing git blame annotations. I
believe
GitHub supports this but not sure. I think VSCode does…
link