mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 45203. Added organizeIncludes.* preferences to C/C++ Code Style
preference export.
This commit is contained in:
parent
44dab709d9
commit
1bc312c517
1 changed files with 7 additions and 6 deletions
|
@ -4836,15 +4836,16 @@
|
|||
name="%transfer.CodeStyle.name">
|
||||
<mapping scope="instance">
|
||||
<entry node="org.eclipse.cdt.ui">
|
||||
<key name="codetemplates." match="prefix"/>
|
||||
<key name="nameStyle." match="prefix"/>
|
||||
<key name="includeStyle." match="prefix"/>
|
||||
<key name="forwardDeclare." match="prefix"/>
|
||||
<key name="includes.partnerFileSuffixes"/>
|
||||
<key name="formatter_profile"/>
|
||||
<key name="class_member_ascending_visibility_order"/>
|
||||
<key name="codetemplates." match="prefix"/>
|
||||
<key name="includes.partnerFileSuffixes"/>
|
||||
<key name="includeStyle." match="prefix"/>
|
||||
<key name="formatter_profile"/>
|
||||
<key name="forwardDeclare." match="prefix"/>
|
||||
<key name="function_output_parameters_before_input"/>
|
||||
<key name="function_pass_output_parameters_by_pointer"/>
|
||||
<key name="nameStyle." match="prefix"/>
|
||||
<key name="organizeIncludes." match="prefix"/>
|
||||
</entry>
|
||||
</mapping>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Reference in a new issue