9

Using git, we can git diff --check, which would

-- warn if changes introduce trailing whitespace or space/tab indents

Can I configure IntelliJ to only detect change if it does not begin and end with whitespace modifications? (like formatting)

In other words, when i click this icon, i only want to see changes made to my code, excluding formatting and other white space changes

enter image description here

4

1 回答 1

2

如上所述:

IMO,IDEA-75868 应该涵盖这种情况。如果没有,请提交新请求。

此功能尚不可用,但正在跟踪中。

参考

于 2014-11-11T23:06:33.357 回答