We all know Intellijs diff which says
Image 1
That realy works great. Does anybody know whether its possible to filter the "localchanges"
image 2
view so that those files are ignored?
Asked
Active
Viewed 111 times
1

Talha Rahman
- 720
- 4
- 12
- 27

EhmKah a.k.a. Michael Krauße
- 2,837
- 5
- 34
- 53
-
Possible duplicate of [Git and IntelliJ lines separator issue](https://stackoverflow.com/questions/35503036/git-and-intellij-lines-separator-issue) – phd Mar 14 '19 at 09:43
-
https://stackoverflow.com/search?q=%5Bintellij-idea%5D+ignore+end-of-line+changes – phd Mar 14 '19 at 09:43
1 Answers
0
No, it is not possible to ignore files that differ in line endings only.
Moreover, simply ignoring them does not look like a good idea - the files are modified and git working tree is dirty, which could prevent various git operations.
Looks like a better solution is to allow riveting all whitespace differences manually or on commit. See https://youtrack.jetbrains.com/issue/IDEABKL-5227 and https://youtrack.jetbrains.com/issue/IDEA-186765

Dmitrii Smirnov
- 7,073
- 1
- 19
- 29