mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
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.
7 lines
206 B
XML
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>
|