Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-10-09 16:09:17 +0000
committerSarika Sinha2019-10-09 16:09:17 +0000
commit0b941e3b1edba3bd19308b5043457a605fc6ed6e (patch)
tree5560ea8405825ca29f6a032138fe088b5cd83ac2
parent2540a567a49e5736ed7769d5bc50c85b8314171c (diff)
downloadeclipse.jdt.core-0b941e3b1edba3bd19308b5043457a605fc6ed6e.tar.gz
eclipse.jdt.core-0b941e3b1edba3bd19308b5043457a605fc6ed6e.tar.xz
eclipse.jdt.core-0b941e3b1edba3bd19308b5043457a605fc6ed6e.zip
Bug 549436 - [13] Formatter support for JEP 355 Text BlockS4_14_0_M1I20191013-1800I20191012-1800I20191011-1800I20191009-1800
Change-Id: I845be95b209e4b974146a52c4c434941779a76a3 Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
-rw-r--r--org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java b/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java
index f8c6688338..31f10d7a03 100644
--- a/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java
+++ b/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java
@@ -1892,6 +1892,7 @@ public class DefaultCodeFormatterConstants {
public static final String FORMATTER_INDENTATION_SIZE = JavaCore.PLUGIN_ID + ".formatter.indentation.size"; //$NON-NLS-1$
/**
+ * <pre>
* FORMATTER / Option to specify how text blocks are indented
* - option id: "org.eclipse.jdt.core.formatter.text_block_indentation"
* - possible values: { INDENT_PRESERVE, INDENT_BY_ONE, INDENT_DEFAULT, INDENT_ON_COLUMN }

Back to the top