Skip to content

Commit 229d7ec

Browse files
committedDec 3, 2015
Add code style template for QtCreator
1 parent eeeacfe commit 229d7ec

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
 

‎doc/qtcreator_code_style.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE QtCreatorCodeStyle>
3+
<!-- Written by QtCreator 3.5.1, 2015-12-03T12:12:11. -->
4+
<qtcreator>
5+
<data>
6+
<variable>CodeStyleData</variable>
7+
<valuemap type="QVariantMap">
8+
<value type="bool" key="AlignAssignments">false</value>
9+
<value type="bool" key="AutoSpacesForTabs">false</value>
10+
<value type="bool" key="BindStarToIdentifier">false</value>
11+
<value type="bool" key="BindStarToLeftSpecifier">true</value>
12+
<value type="bool" key="BindStarToRightSpecifier">false</value>
13+
<value type="bool" key="BindStarToTypeName">true</value>
14+
<value type="bool" key="ExtraPaddingForConditionsIfConfusingAlign">true</value>
15+
<value type="bool" key="IndentAccessSpecifiers">true</value>
16+
<value type="bool" key="IndentBlockBody">true</value>
17+
<value type="bool" key="IndentBlockBraces">false</value>
18+
<value type="bool" key="IndentBlocksRelativeToSwitchLabels">false</value>
19+
<value type="bool" key="IndentClassBraces">false</value>
20+
<value type="bool" key="IndentControlFlowRelativeToSwitchLabels">true</value>
21+
<value type="bool" key="IndentDeclarationsRelativeToAccessSpecifiers">true</value>
22+
<value type="bool" key="IndentEnumBraces">false</value>
23+
<value type="bool" key="IndentFunctionBody">true</value>
24+
<value type="bool" key="IndentFunctionBraces">false</value>
25+
<value type="bool" key="IndentNamespaceBody">false</value>
26+
<value type="bool" key="IndentNamespaceBraces">false</value>
27+
<value type="int" key="IndentSize">2</value>
28+
<value type="bool" key="IndentStatementsRelativeToSwitchLabels">true</value>
29+
<value type="bool" key="IndentSwitchLabels">true</value>
30+
<value type="int" key="PaddingMode">2</value>
31+
<value type="bool" key="SpacesForTabs">true</value>
32+
<value type="int" key="TabSize">2</value>
33+
</valuemap>
34+
</data>
35+
<data>
36+
<variable>DisplayName</variable>
37+
<value type="QString">QGIS</value>
38+
</data>
39+
</qtcreator>

0 commit comments

Comments
 (0)
Failed to load comments.