On Tue, 17 Feb 2026 22:33:22 GMT, Phil Race <[email protected]> wrote:
> I don't think I've ever used 8 for continuation. Odd. Your original code in this code review used 8 spaces for continuation, it was like this in another PR too, but you also changed it to 4 spaces after I pointed out at the inconsistent indentation. 8 spaces for continuations is the most standard indentation—increasing from the regular 4 spaces signals it's a continuation line. > there's a natural alignment that seems attractive. I usually choose this option if it's viable, if such an alignment doesn't make the code harder to read. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29766#discussion_r2833394964
