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 に答える