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

Code is badly formatting with default settings #1

Open
jkinkead opened this issue Dec 11, 2014 · 1 comment
Open

Code is badly formatting with default settings #1

jkinkead opened this issue Dec 11, 2014 · 1 comment

Comments

@jkinkead
Copy link
Owner

This code ends up weirdly formatted after the first-pass of sclariform; it takes a second pass before it reaches steady-state:

underTest.assert(Rule(Literal(Predicate(KnowledgeBase.Isa), skolemFake, constantFake, ruleIdFake),
                      Conjunction(Seq.empty, ruleIdFake),
                      ruleIdFake),
                 RuleType.Question)
@jkinkead
Copy link
Owner Author

The first pass results in:

underTest.assert(
  Rule(
  Literal(Predicate(KnowledgeBase.Isa), skolemFake, constantFake, ruleIdFake),
  Conjunction(Seq.empty, ruleIdFake),
  ruleIdFake
),  
  RuleType.Question
)

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

No branches or pull requests

1 participant