Created
October 17, 2019 14:35
-
-
Save imaami/061da3d5cee9ff312adf79fe71027447 to your computer and use it in GitHub Desktop.
QtCreator code style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE QtCreatorCodeStyle> | |
<!-- Written by QtCreator 4.10.1, 2019-10-17T17:31:09. --> | |
<qtcreator> | |
<data> | |
<variable>CodeStyleData</variable> | |
<valuemap type="QVariantMap"> | |
<value type="bool" key="AlignAssignments">true</value> | |
<value type="bool" key="AutoSpacesForTabs">false</value> | |
<value type="bool" key="BindStarToIdentifier">true</value> | |
<value type="bool" key="BindStarToLeftSpecifier">false</value> | |
<value type="bool" key="BindStarToRightSpecifier">true</value> | |
<value type="bool" key="BindStarToTypeName">false</value> | |
<value type="bool" key="ExtraPaddingForConditionsIfConfusingAlign">false</value> | |
<value type="bool" key="IndentAccessSpecifiers">false</value> | |
<value type="bool" key="IndentBlockBody">true</value> | |
<value type="bool" key="IndentBlockBraces">false</value> | |
<value type="bool" key="IndentBlocksRelativeToSwitchLabels">false</value> | |
<value type="bool" key="IndentClassBraces">false</value> | |
<value type="bool" key="IndentControlFlowRelativeToSwitchLabels">true</value> | |
<value type="bool" key="IndentDeclarationsRelativeToAccessSpecifiers">true</value> | |
<value type="bool" key="IndentEnumBraces">false</value> | |
<value type="bool" key="IndentFunctionBody">true</value> | |
<value type="bool" key="IndentFunctionBraces">false</value> | |
<value type="bool" key="IndentNamespaceBody">false</value> | |
<value type="bool" key="IndentNamespaceBraces">false</value> | |
<value type="int" key="IndentSize">8</value> | |
<value type="bool" key="IndentStatementsRelativeToSwitchLabels">true</value> | |
<value type="bool" key="IndentSwitchLabels">false</value> | |
<value type="int" key="PaddingMode">1</value> | |
<value type="bool" key="ShortGetterName">true</value> | |
<value type="bool" key="SpacesForTabs">false</value> | |
<value type="int" key="TabSize">8</value> | |
</valuemap> | |
</data> | |
<data> | |
<variable>DisplayName</variable> | |
<value type="QString">Elegant</value> | |
</data> | |
</qtcreator> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment