Fix #1855: fix check if file altered#1966
Conversation
|
@timothycrosley it'd be great if you could find the time review this. |
|
@staticdev I'm sorry for the cold ping but I'd really like this to be moved forward :) |
When checking if a file got altered, leading and trailing white space is infact relevant. Especially considering the existence of config options like `lines_before_imports` and `lines_after_imports`.
4745342 to
4c63011
Compare
|
Ah well. The I think a proper fix for the linked issue would be to make sure that |
When checking if a file got altered, leading and trailing white space is infact
relevant. Especially considering the existence of config options like
lines_before_importsandlines_after_imports.Fixes #1855