snuyanzin commented on code in PR #25186: URL: https://github.com/apache/flink/pull/25186#discussion_r1712054885
########## .editorconfig: ########## @@ -263,6 +263,9 @@ ij_java_variable_annotation_wrap = normal ij_java_wrap_first_method_in_call_chain = true # ij_java_wrap_long_lines = false +[*.out] +insert_final_newline = false Review Comment: this is very annoying thing by default at the very beginning of this file there is `insert_final_newline = true` for all file types as a result every time it inserts a new line for every file.. Since *.out files are used to compare file content then extra new line symbol might bring difference -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org