gustavodemorais commented on code in PR #27183: URL: https://github.com/apache/flink/pull/27183#discussion_r2489664061
########## .editorconfig: ########## @@ -270,6 +270,11 @@ insert_final_newline = false indent_style = tab indent_size = 4 +# For verify plan tests +[*Test.xml] +indent_style = space +indent_size = 2 Review Comment: Great 👍 Also had this indentation issue when manually updating xmls -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
