elasticsearch/.idea/externalDependencies.xml
Rory Hunter 223c2e45b9
Configure required IDEA plugins (#84674)
Closes #53812.

The CheckStyle-IDEA and EcliseCodeFormatter IDEA plugins are to all
intents and purposes required when using IntelliJ to work on
Elasticsearch, so add configuration that marks then as required.
2022-03-07 10:35:28 +00:00

7 lines
206 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalDependencies">
<plugin id="EclipseCodeFormatter" />
<plugin id="CheckStyle-IDEA" />
</component>
</project>