Index: trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/formatter/FormatterConfig.java
===================================================================
--- trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/formatter/FormatterConfig.java	(revision 32)
+++ trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/formatter/FormatterConfig.java	(revision 33)
@@ -5,9 +5,9 @@
 	private boolean preventNewLineAfterAlternativeOnLessThanThreeElements = true;
 	private boolean preventNewLineAfterAlternativeOnShortAlternatives = true;
-	private double shortAlternativeThreshold = 3.0;
+	private double shortAlternativeThreshold = 4.0;
 	private boolean alignParentheses = true;
 	private int alignParenthesesElementCountThreshold = 3;
 	private boolean wrapAfterThreshold = true;
-	private int wrapThreshold = 80;
+	private int wrapThreshold = 70;
 
 	public boolean isNewLineAfterAlternative() {
