I wan't to ignore changes in indentation. An extra option would be nice for that, ex: ``` "vcs_arguments": { "diff": "--ignore-space-at-eol", "git": "", "hg": "", "svn": "-x -w" } ``` Or is there already another way?
I wan't to ignore changes in indentation. An extra option would be nice for that, ex:
Or is there already another way?