1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 10:15:39 +02:00

[releng] - Fix api version for code formatter options

Change-Id: I9e8fe2541355c0f066de0f11c31129298ec3f6e5
This commit is contained in:
Marco Stornelli 2020-03-23 15:40:58 +01:00
parent c2f51a8d23
commit 67b441b120

View file

@ -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;