Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 15.0.0
-
None
-
fde4f4653 (master)
Description
When I import a C++ / code style / clang format, the settings for tabs and indentations are not adopted by the file. The ‘default’ QtCreator settings are set.
Extract from clang-format file:
<value type="int" key="IndentSize">2</value>
<value type="int" key="PaddingMode">2</value>
<value type="bool" key="SpacesForTabs">true</value>
<value type="int" key="TabSize">2</value>
Imported settings in QtCreator:
Exporting the clang-format settings seems to be correct.
I use the ‘Build-In-Indenter’ for exporting and importing.
Here my complete "exportet" clang-file: QTCreator Hamilton VisionTeam Qt++ StyleGuide.clang-format