flyrain commented on a change in pull request #2766:
URL: https://github.com/apache/iceberg/pull/2766#discussion_r661664349
##########
File path: site/docs/community.md
##########
@@ -73,3 +73,12 @@ Iceberg has four mailing lists:
- [Archive](https://lists.apache.org/[email protected])
* **Private**: <[email protected]> -- private list for the PMC to
discuss sensitive issues related to the health of the project
- [Archive](https://lists.apache.org/[email protected])
+
+
+## Setting up IDE and Code Style
+
+### Configuring Code Formatter for IntelliJ IDEA
+
+Navigate to **File > Settings > Editor > Code Style > Java**. Click on the
gear wheel and select **Import Scheme** to import IntelliJ IDEA XML code style
settings.
+Point to
[intellij-java-palantir-style.xml](../../.baseline/idea/intellij-java-palantir-style.xml)
and hit **OK**. See also the [IntelliJ
docs](https://www.jetbrains.com/help/idea/copying-code-style-settings.html)
+for additional details.
Review comment:
Can we at least mentioned that user needs to go to "Code > Reformat
Code/File" to trigger it? Besides, I love the way that it formats the code
automatically every time you save a file. I used it a lot in my Scala coding,
but looks like we need a Macros to support it in IntelliJ, which is kind of
cumbersome to be here.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]