Skip to content

Commit

Permalink
Update CONTRIBUTING.md (elastic#80106)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md

Manual steps in the Formatting section to setup ECF did not work for me.

Added alternative steps to import build-conventions/formatterConfig.xml
into IntelliJ 2021.2.3 Ultimate on Windows.
  • Loading branch information
justincr-elastic authored and astefan committed Jan 7, 2022
1 parent da9cd29 commit 47ce3ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ need them.
5. **IMPORTANT** - make sure "Optimize Imports" is **NOT** selected.
6. Click "OK"

Alternative manual steps for IntelliJ.

1. Open **File > Settings/Preferences > Code Style > Java**
2. Gear icon > Import Scheme > Eclipse XML Profile
3. Navigate to the file `build-conventions/formatterConfig.xml`
4. Click "OK"

Note that only some sub-projects in the Elasticsearch project are currently
fully-formatted. You can see a list of project that **are not**
automatically formatted in
Expand Down

0 comments on commit 47ce3ea

Please sign in to comment.