rmuir commented on code in PR #14740: URL: https://github.com/apache/lucene/pull/14740#discussion_r2118242628
########## .editorconfig: ########## @@ -0,0 +1,939 @@ +# 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 +indent_size = 2 +indent_style = space +insert_final_newline = true +max_line_length = 100 +trim_trailing_whitespace = true +ij_continuation_indent_size = 4 +ij_formatter_off_tag = @formatter:off +ij_formatter_on_tag = @formatter:on +ij_formatter_tags_enabled = true +ij_smart_tabs = false +ij_visual_guides = +ij_wrap_on_typing = false + +[*.css] Review Comment: can we remove this? there are 2 css files total in the entire repo, and only intellij will make use of any of these `ij*` directives. same goes for javascript. -- 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