Files
cxhello 0882f2abaf [ISSUE #14815] fix(style): change continuation_indentation from 2 to 1 (#15092)
Reduce Eclipse JDT Formatter continuation_indentation from 2 (8 spaces)
to 1 (4 spaces) to resolve conflict with Checkstyle IndentationCheck
(lineWrappingIndentation=0). The previous setting caused anonymous inner
class bodies to be indented at 20 spaces, exceeding Checkstyle's
expected range of {12, 16}.

Re-apply Spotless formatting to the 4 already-merged modules
(client-basic, client, k8s-sync, istio) with the corrected config.

Assisted-by: Claude Code

Signed-off-by: cxhello <caixiaohuichn@gmail.com>
2026-05-09 10:02:09 +08:00
..