Merge pull request #41181 from Calinou/mime-type-fix-indentation
Fix inconsistent indentation in the FreeDesktop MIME type XML
This commit is contained in:
commit
183697f466
10
misc/dist/linux/x-godot-project.xml
vendored
10
misc/dist/linux/x-godot-project.xml
vendored
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||||
<mime-type type="application/x-godot-project">
|
<mime-type type="application/x-godot-project">
|
||||||
<comment>Godot Engine project</comment>
|
<comment>Godot Engine project</comment>
|
||||||
<icon name="godot" />
|
<icon name="godot" />
|
||||||
<glob pattern="*.godot" weight="100" />
|
<glob pattern="*.godot" weight="100" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
Loading…
Reference in New Issue
Block a user