forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add doc link to eclipse formatting settings as well (apache#3131)
- Loading branch information
1 parent
94b3c74
commit 0aa7d71
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
When submitting a pull request (PR), please use the following guidelines: | ||
|
||
- Make sure your code respects existing formatting conventions. In general, follow | ||
the same coding style as the code that you are modifying. If you are using | ||
IntelliJ, you can import our code style settings xml: | ||
[druid_intellij_formatting.xml](https://github.com/druid-io/druid/raw/master/druid_intellij_formatting.xml). | ||
the same coding style as the code that you are modifying. | ||
- For Intellij you can import our code style settings xml: [druid_intellij_formatting.xml](https://github.com/druid-io/druid/raw/master/druid_intellij_formatting.xml). | ||
- For Eclipse you can import our code style settings xml: [eclipse_formatting.xml](https://github.com/druid-io/druid/raw/master/eclipse_formatting.xml). | ||
- Do add/update documentation appropriately for the change you are making. | ||
- If you are introducing a new feature you may want to first submit your idea | ||
for feedback to the [mailing list](mailto:[email protected]). | ||
|