Open devth opened 7 years ago
Any thoughts on how we could support a special case ident for Datomic's :where?
:where
(d/q '[:find ?team . :in $ ?user-id :where [?team :team/users ?user-id] [?team :team/active? true]] db user-id)
Notice how [?team :team/active? true]] is lined up with the clause above it. The default indent results in:
[?team :team/active? true]]
Any thoughts on how we could support a special case ident for Datomic's
:where
?Notice how
[?team :team/active? true]]
is lined up with the clause above it. The default indent results in: