Add whitespace handling to PR-comparsion #4683

Merged
nemoinho merged 5 commits from feature/ignore-whitespace into master 2018-08-14 17:49:34 +00:00

5 Commits

Author SHA1 Message Date
techknowlogick
3127f2e1e6
Merge branch 'master' into feature/ignore-whitespace 2018-08-14 13:42:09 -04:00
d8f7767b67
Optimize dropdown template code to be less verbose 2018-08-13 21:38:19 +03:00
b4c5d85534
Update whitespace option text 2018-08-13 21:20:09 +03:00
be4c6c39e5
Remove de-DE translation 2018-08-13 21:01:53 +03:00
Felix Nehrke
68df14bdad Add whitespace handling to PR-comparsion
In a PR we have to keep an eye on a lot of different things. But sometimes the
bare code is the key-thing we want to care about and just don't want to care
about fixed indention on some places. Especially if we follow the pathfinder
rule we face a lot of these situations because these changes don't break the
code in many languages but improve the readability a lot.

So this change introduce a fine graned button to adjust the way how the
reviewer want to see whitespace-changes within the code.

The possibilities reflect the possibilities from git itself except of the
`--ignore-blank-lines` flag because that one is also handled by `-b` and is
really rare.

Signed-off-by: Felix Nehrke <felix@nehrke.info>
2018-08-13 15:01:33 +02:00