Why is indentation in empty lines bad?
It is probably because merging patches with useless whitespace is harder than it should be. diff(1) and patch(1) treat spaces and tabs as important content. (Ask any Makefile or .py source file — they are important!) And if your “blank line” has four spaces on it, and my “blank line” has eight spaces on it, … Read more