mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +02:00
[releng] - Fix api version for code formatter options
Change-Id: I9e8fe2541355c0f066de0f11c31129298ec3f6e5
This commit is contained in:
parent
c2f51a8d23
commit
67b441b120
1 changed files with 2 additions and 2 deletions
|
@ -225,11 +225,11 @@ public class DefaultCodeFormatterOptions {
|
||||||
*/
|
*/
|
||||||
public boolean insert_space_before_lambda_return;
|
public boolean insert_space_before_lambda_return;
|
||||||
/**
|
/**
|
||||||
* @since 6.11
|
* @since 6.12
|
||||||
*/
|
*/
|
||||||
public boolean insert_space_after_deduction_guide_arrow;
|
public boolean insert_space_after_deduction_guide_arrow;
|
||||||
/**
|
/**
|
||||||
* @since 6.11
|
* @since 6.12
|
||||||
*/
|
*/
|
||||||
public boolean insert_space_before_deduction_guide_arrow;
|
public boolean insert_space_before_deduction_guide_arrow;
|
||||||
public boolean insert_space_before_assignment_operator;
|
public boolean insert_space_before_assignment_operator;
|
||||||
|
|
Loading…
Add table
Reference in a new issue