Skip to content

Commit

Permalink
Mark indent_size 4 for XML (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
egorikftp and Goooler authored Aug 21, 2024
1 parent 5cd436a commit 97bdde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ ktlint_standard_function-expression-body = disabled

[*.md]
trim_trailing_whitespace = false

[*.xml]
indent_size = 4
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Allows to create organized icon pack with an extension property of you pack obje
</extensions>

<extensions defaultExtensionNs="org.jetbrains.kotlin">
<supportsKotlinPluginMode supportsK2="true"/>
<supportsKotlinPluginMode supportsK2="true"/>
</extensions>

</idea-plugin>

0 comments on commit 97bdde3

Please sign in to comment.