cypher-query-language
cypher-query-language copied to clipboard
Minor formatting issues
MATCH (a:Person {uuid: 'abc'}), (b:Person {uuid: '123'})becomesMATCH (a:Person { uuid: 'abc' }), (b:Person {uuid: '123'})(the spacing around the curly braces is only applied to the first item)foreach(x in coll | delete x)capitalizes the special words (which is good), but it dropsDELETE xto the next line. Not sure if this is intended or not, but it is less visually appealing and intuitive IMO
Originally posted by @ajmeese7 in https://github.com/jakeboone02/cypher-query-language/issues/1#issuecomment-1325582048