Files
openide/plugins/editorconfig/resources/META-INF/plugin.xml
axiom 4ac28571b9 16 branding defects fixed.
(cherry picked from commit 4ede66edf1dba37f984904252add615415421e2b)

(cherry picked from commit 89b579e3eb)
(cherry picked from commit 18f177c16a)
2025-10-29 13:16:06 +04:00

32 lines
1.3 KiB
XML

<!-- Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<idea-plugin allow-bundled-update="true">
<id>org.editorconfig.editorconfigjetbrains</id>
<name>EditorConfig</name>
<category>IDE Settings</category>
<vendor>JetBrains</vendor>
<description><![CDATA[
<p>Handles properties in <i>.editorconfig</i> files and applies them to all supported languages.
<h2>Features</h2>
<ul>
<li>Code assistance for all supported properties, standard and extended
</ul>
<h2>Getting started</h2>
<p>For more information,
check the documentation for <a href="https://editorconfig.org/">EditorConfig</a> files and your <a href="https://openide.ru/help/">IDE</a>.
]]></description>
<!--
Without the following line, the error is triggered:
"org.editorconfig.editorconfigjetbrains: Invalid plugin descriptor 'plugin.xml'. Plugin has no dependencies."
-->
<depends>com.intellij.modules.lang</depends>
<content>
<module name="intellij.editorconfig.common"/>
<module name="intellij.editorconfig.frontend"/>
<module name="intellij.editorconfig.frontend.split"/>
<module name="intellij.editorconfig.backend"/>
</content>
</idea-plugin>