luoluoyuyu commented on PR #3568: URL: https://github.com/apache/streampipes/pull/3568#issuecomment-2877265511
> Hi @luoluoyuyu thanks for the PR! I'm in favor of introducing spotless :-) Do you think it's possible to turn automated formatting on only for newly modified files? So that we can switch to spotless on a per-module basis instead of having a single huge PR? And just an idea..what do you think about configuring spotless so that every method parameter is written in a new line? Don't now if this is considered good practice but I personally like it since it's improving the readability of git diffs in code changes. Do you or anyone else have any experience on what is a good choice here? Great suggestion. I have modified it according to the suggestion. The function parameters are already aligned to columns, and the Spotless plugin is not effective. You need to set Skip to false to make it effective. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@streampipes.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org