summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2016-12-07 14:58:39 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2016-12-07 14:35:02 +0000
commit6b2270e178934890f43bf4e423d04613cca5ea4f (patch)
tree01a945bc634480cf0a0bc79d97aafda36992a228 /src
parent8916e81c4ee5055537b15711fda90f0780b9d7a2 (diff)
downloadqt-creator-6b2270e178934890f43bf4e423d04613cca5ea4f.tar.gz
CppTools: Clean up indentation in CppTools.mimetypes.xml
Change-Id: Ibe8c8b32f659156d9bfba7ec26e0ee2cd5b04f94 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/cpptools/CppTools.mimetypes.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/plugins/cpptools/CppTools.mimetypes.xml b/src/plugins/cpptools/CppTools.mimetypes.xml
index 00866009ef..25e316c2b4 100644
--- a/src/plugins/cpptools/CppTools.mimetypes.xml
+++ b/src/plugins/cpptools/CppTools.mimetypes.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="text/x-csrc">
- <comment>C source code</comment>
- <sub-class-of type="text/plain"/>
- <alias type="text/x-c"/>
- <glob pattern="*.c" case-sensitive="true" weight="70"/>
+ <comment>C source code</comment>
+ <sub-class-of type="text/plain"/>
+ <alias type="text/x-c"/>
+ <glob pattern="*.c" case-sensitive="true" weight="70"/>
</mime-type>
<mime-type type="text/vnd.nvidia.cuda.csrc">
@@ -77,19 +77,19 @@
</mime-type>
<mime-type type="text/x-objc++src">
- <comment>Objective-C++ source code</comment>
- <sub-class-of type="text/x-c++src"/>
- <sub-class-of type="text/x-objcsrc"/>
- <glob pattern="*.mm" weight="70"/>
+ <comment>Objective-C++ source code</comment>
+ <sub-class-of type="text/x-c++src"/>
+ <sub-class-of type="text/x-objcsrc"/>
+ <glob pattern="*.mm" weight="70"/>
</mime-type>
<mime-type type="text/x-objcsrc">
- <comment>Objective-C source code</comment>
- <sub-class-of type="text/x-csrc"/>
- <glob pattern="*.m" weight="70"/>
- <magic priority="30">
- <match value="#import" type="string" offset="0"/>
- </magic>
+ <comment>Objective-C source code</comment>
+ <sub-class-of type="text/x-csrc"/>
+ <glob pattern="*.m" weight="70"/>
+ <magic priority="30">
+ <match value="#import" type="string" offset="0"/>
+ </magic>
</mime-type>
</mime-info>