Newlines disabled inside () and [], enabled inside {}

This commit is contained in:
Andrey Breslav
2010-12-30 15:08:14 +03:00
parent fb13e1b14f
commit 7f69f1ffe2
16 changed files with 808 additions and 76 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ class foo {
var f
type foo =
type foo = ;
decomposer (a, b, c
@@ -26,4 +26,4 @@ class foo {
}
}
}