dsmiley opened a new pull request, #14740: URL: https://github.com/apache/lucene/pull/14740
Complementary to Spotless/tidy ### Description A while back, I imported a "Google Java Style" into my IntelliJ from some internet source and have been using it in my IDE. I exported that to editorconfig format. Then I made some tweaks: * added `root = true` * removed entire file format sections that our repo doesn't even have. IntelliJ was able to point this out easily. * \*.properties: kept blank lines * \*.gradle: added as a groovy source file pattern * `tab_width` removed as generally redundant * `insert_final_newline = true` because spotless.gradle configures this. QA: I told IntelliJ to reformat and optimize imports across all of lucene-core. I saw no changes to java sources, which was correct except for a generated source file. -- 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