dweiss commented on code in PR #14740: URL: https://github.com/apache/lucene/pull/14740#discussion_r2123497566
########## .editorconfig: ########## @@ -0,0 +1,918 @@ +# EditorConfig: https://editorconfig.org +# for consistent code style configuration across editors/IDEs + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf # matches spotless.gradle insistence on this Review Comment: Will editing of gradlew.bat be affected by this? I feel tempted to only list the files we explicitly know the formatting of - java, txt, md, etc... I don't know how this works with all sorts of text editors but I'm afraid of screwing up something by just opening a file with these settings defined. -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org