Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2001-08-30 18:50:18 +0000
committerPhilipe Mulet2001-08-30 18:50:18 +0000
commit091a59cad951279fa8c93a0eae5fa7a6e9f72d76 (patch)
tree37d8ec8701e8fe4710205d143f32d634af60384c
parentf89aae66c7bb177d6831bcfd2baadf819d6909cc (diff)
downloadeclipse.jdt.core-091a59cad951279fa8c93a0eae5fa7a6e9f72d76.tar.gz
eclipse.jdt.core-091a59cad951279fa8c93a0eae5fa7a6e9f72d76.tar.xz
eclipse.jdt.core-091a59cad951279fa8c93a0eae5fa7a6e9f72d76.zip
Fix for 1GFM3X3
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.ini b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.ini
index f05b9a7d50..2a49a83bda 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.ini
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.ini
@@ -302,7 +302,7 @@ org.eclipse.jdt.internal.formatter.CodeFormatter.newlineClearAll = 1
# ===============================================================
# FORMATTER / Inserting New Line Between Else/If
# ===============================================================
-org.eclipse.jdt.internal.formatter.CodeFormatter.newlineElseIf = 0
+org.eclipse.jdt.internal.formatter.CodeFormatter.newlineElseIf = 1
# When Insert, a blank line is inserted between an else and an if when they are
# contiguous. When choosing to not insert, else-if will be kept on the same

Back to the top