Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create fn-type which forces flow #5

Closed
kkinnear opened this issue Dec 9, 2016 · 1 comment
Closed

Create fn-type which forces flow #5

kkinnear opened this issue Dec 9, 2016 · 1 comment
Assignees

Comments

@kkinnear
Copy link
Owner

kkinnear commented Dec 9, 2016

Let people configure this:

(:require
  [boot-fmt.impl :as impl]
  [boot.core :as bc]
  [boot.util :as bu])
@kkinnear kkinnear self-assigned this Dec 9, 2016
@kkinnear
Copy link
Owner Author

Fixed in 0.2.10.

Two new function types: :flow and :flow-body, each of which will never allow the function which has this type to print on the same line or even hang -- it will always put the first argument (or body form or whatever) on the next line indented by whatever indent you have configured for arguments or body forms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant