Hacker News new | ask | show | jobs
by jlokier 1545 days ago
If you're using a language that doesn't depend on indentation (C, Java, Go, Rust etc), try "diff -b" or "git diff -b".

The indented basic block won't show as a difference, only the start and end of the block.

1 comments

interesting. Is -b equivalent to -Xignore-all-space in git?