summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/jedit/scala.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/jedit/scala.xml b/support/jedit/scala.xml
index 8dfdc01282..1b82fde748 100644
--- a/support/jedit/scala.xml
+++ b/support/jedit/scala.xml
@@ -6,6 +6,7 @@
<PROPS>
<PROPERTY NAME="indentOpenBrackets" VALUE="{" />
<PROPERTY NAME="indentCloseBrackets" VALUE="}" />
+ <PROPERTY NAME="lineUpClosingBracket" VALUE="true" />
<PROPERTY NAME="indentPrevLine"
VALUE="\s*(((if|while)\s*\(|else\s*(\{|$)|else\s+if\s*\(|case\s+.+:|default:)[^;]*|for\s*\(.*)" />
<PROPERTY NAME="indentSize" VALUE="2" />