
8 Dec
2004
8 Dec
'04
9:13 a.m.
Bertolt Mildner wrote:
Yes, formatting is smashed anyway, so ignoring the tabs on the seconds line is a viable option.
OK, so they are ignored, *but* i still think that asserting on it is vital because in the other case (= fixed length set by user or even worth, line length defaults to m_default_line_length cause user did *not* set a line length at all) it would mean that the formatting simply silently fails. Not very nice form a users point of view!
Agreed. Then, a comment that assert might fail due to both user error and environment is needed, but otherwise assert is fine. - Volodya