rmuir commented on code in PR #14740:
URL: https://github.com/apache/lucene/pull/14740#discussion_r2118242908


##########
.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

Review Comment:
   Setting this within `[*]` will mess up some editors if they try to touch a 
Makefile, we need something like this to prevent editors from doing the wrong 
thing:
   ```
   [Makefile]
   indent_style = tab
   indent_size 4
   ```



-- 
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

Reply via email to