|
|
|
|
|
by finger
841 days ago
|
|
That’s exactly what my company’s legacy code base looks like..
No one wants to reformat the files because then it will mess up with git history. It was horrendous to look at at first, but I’ve gotten used to it by now and just apply the same random style to whatever snippets I modify. :) |
|
GitHub will use a file `.git-blame-ignore-revs` to allow blame to ignore commits that make those kind of changes. (This is the format used for the `--ignore-revs-file` option to `git blame`.)