Time Nick Message 07:41 MTDiscord 1. You mean "a".."b" is better than "a" .. "b"? 2. they're already converted 19:32 Krock @Niklp whitespaces make it even more difficult to find the actual changes in your code. it already mixes maintenance and features, which is far from ideal 19:32 Krock I see... yes, they're indeed already converted and can be deleted. looks about right, 19:33 Krock I'd rather first merge PR 15 if you don't mind 19:36 MTDiscord Ideally a project should have whitespace standards that are enforced from the beginning and kept consistent, to ensure that whitespace-only changes are never accepted nor necessary. Barring that, you either pay the massive price of a "style normalization flag day", or you just suffer through what you've got and try to enforce stricter styles on only new code. 19:36 MTDiscord On a large, mature project, such a "flag day" is very expensive and needs some pretty strong justification. 19:46 Krock we're talking about a repo that's seen 1 changed line in two years 19:46 Krock enforcing whitespace rules is quite pointless there, and even more to to mix it with features into a PR 20:35 MTDiscord Oke, I‘ll do this tomorrow