使用 Intellij 和 git 在注释模式下忽略 whitespace/identation

ignore whitespace/identation in annotate mode with Intelliji and git

git blame,在一个文件中,给出每一行,这是更新该行的最后一次提交。(就像 IDE 上的注释操作)

git blame -w 做同样的事情,但前提是提交不仅仅是缩进或空格。

我的问题是,如何在 intelliji 上使用 annotate 忽略空格?

如果我将 SVN 与 Intelliji 一起使用,则有一个选项,但我在 git 上找不到它。

IntelliJ 默认使用 git blame -w,如这个问题所述:

但是没有更改此行为的选项,因为它被硬编码到 IDEA Git 插件中。

配置 git 行为的选项出现在 2018.3 release