aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/Git.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/Git.json.in')
-rw-r--r--src/plugins/git/Git.json.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/plugins/git/Git.json.in b/src/plugins/git/Git.json.in
index c2680577baf..ebbee5d4096 100644
--- a/src/plugins/git/Git.json.in
+++ b/src/plugins/git/Git.json.in
@@ -17,20 +17,20 @@
\"Url\" : \"http://www.qt.io\",
$$dependencyList,
- \"Mimetypes\" : \"
- <?xml version=\'1.0\'?>
- <mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>
- <mime-type type=\'text/vnd.qtcreator.git.commit\'>
- <sub-class-of type=\'text/plain\'/>
- <comment>Git Commit File</comment>
- <glob pattern=\'COMMIT_MSG\'/>
- <glob pattern=\'COMMIT_EDITMSG\'/>
- </mime-type>
- <mime-type type=\'text/vnd.qtcreator.git.rebase\'>
- <sub-class-of type=\'text/plain\'/>
- <comment>Git Commit File</comment>
- <glob pattern=\'git-rebase-todo\'/>
- </mime-type>
- </mime-info>
- \"
+ \"Mimetypes\" : [
+ \"<?xml version=\'1.0\'?>\",
+ \"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>\",
+ \" <mime-type type=\'text/vnd.qtcreator.git.commit\'>\",
+ \" <sub-class-of type=\'text/plain\'/>\",
+ \" <comment>Git Commit File</comment>\",
+ \" <glob pattern=\'COMMIT_MSG\'/>\",
+ \" <glob pattern=\'COMMIT_EDITMSG\'/>\",
+ \" </mime-type>\",
+ \" <mime-type type=\'text/vnd.qtcreator.git.rebase\'>\",
+ \" <sub-class-of type=\'text/plain\'/>\",
+ \" <comment>Git Commit File</comment>\",
+ \" <glob pattern=\'git-rebase-todo\'/>\",
+ \" </mime-type>\",
+ \"</mime-info>\"
+ ]
}