freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Updates to Docwriter: Logging, testing, linting


From: Nikolaus Waxweiler
Subject: Re: [ft-devel] Updates to Docwriter: Logging, testing, linting
Date: Sun, 15 Jul 2018 20:03:01 +0100

The auto formatters (both yapf and black), however, perform somewhat
undesirable changes at places. See 'regex_indent_old' and 'regex_indent_new'
as an example.

Try dedenting the string and make the closing """ match up. I'd say the formatting is okay, things that don't fit a line get thrown on the next.

it would be better to think about which is more readable and maintainable for
us, IMO.

I find the blocks easier to differentiate with 4 spaces and too crowded with 2 spaces.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]