You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- editorconfig already defines that EOL should be LF, which causes (rare) issues in Windows when autocrlf is enabled when a file is reverted: IntelliJ says the file still has modifications, because the line endings have changed. This commit attempts to fix this corner case. Assumption is that all reasonable editors on Windows can deal with LF nowadays.
0 commit comments