mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Our spotless configuration wasn't being applied to `build-tools` and `build-tools-internal`. Move the Spotless configuration to a Java plugin in `build-conventions`, and apply it everywhere. This resulted in a lot more Java files being subject to formatting, so I added more exclusions to the list. Also remove the `paddedCell` stuff, we've never needed it.
14 lines
No EOL
612 B
XML
14 lines
No EOL
612 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="EclipseCodeFormatterProjectSettings">
|
|
<option name="projectSpecificProfile">
|
|
<ProjectSpecificProfile>
|
|
<option name="formatter" value="ECLIPSE" />
|
|
<option name="importOrder" value="java;javax;com;org;" />
|
|
<option name="optimizeImports" value="false" />
|
|
<option name="pathToConfigFileJava" value="$PROJECT_DIR$/build-conventions/formatterConfig.xml" />
|
|
<option name="selectedJavaProfile" value="Elasticsearch" />
|
|
</ProjectSpecificProfile>
|
|
</option>
|
|
</component>
|
|
</project> |