49f645b28a
- Change lineWrappingIndentation from 0 to 4 to match continuation_indentation=1 - Change arrayInitIndent from 8 to 4 to match continuation_indentation_for_array_initializer=1 - Remove all // @formatter:off/on workarounds (no longer needed) - Re-format modules affected by continuation_indentation_for_array_initializer change - Add checkstyle:check and spotless:check to CI check step Signed-off-by: cxhello <caixiaohuichn@gmail.com>