Github user Stibbons commented on a diff in the pull request:
https://github.com/apache/spark/pull/14180#discussion_r73142199
--- Diff: .editorconfig ---
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.py]
+indent_size = 4
+
+[*.scala]
+indent_size = 2
--- End diff --
I saw there are differences in the indentation of Scala files and Python,
this allow most editors (sublime, atom,...) to adapt automatically
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]