2
0
Эх сурвалжийг харах

Fix inconsistent indentation in the FreeDesktop MIME type XML

Hugo Locurcio 5 жил өмнө
parent
commit
4dc6efc08e

+ 5 - 5
misc/dist/linux/x-godot-project.xml

@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
- <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
-   <mime-type type="application/x-godot-project">
-   <comment>Godot Engine project</comment>
-   <icon name="godot" />
-   <glob pattern="*.godot" weight="100" />
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-godot-project">
+    <comment>Godot Engine project</comment>
+    <icon name="godot" />
+    <glob pattern="*.godot" weight="100" />
   </mime-type>
 </mime-info>