Skip to content

Add "newline then infix-operator" rule #20

@inamiy

Description

@inamiy

Examples

-let foo = veryLongBooleanFlag1 &&
-    veryLongBooleanFlag2
+let foo = veryLongBooleanFlag1
+    && veryLongBooleanFlag2
-let foo = flag ?
-     that
+let foo = flag
+    ? this
     : that
-let foo = curry(self.init) <^>
-     arg1 <*>
-     arg2 <*>
-     arg3
+let foo = curry(self.init)
+    <^> arg1
+    <*> arg2
+    <*> arg3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions