roc/crates/compiler/fmt/src
raleng 1c8bc7d969
Fix formatting block string containing quotes
Single-line block strings are parsed as PlainLines. When the string
contains quotes, this leads to invalid formatted strings. This commit
special cases strings containing quotes the same as strings containing
newlines and formats them to multiple lines using triple-quotes.
2022-08-26 11:36:54 +02:00
..
annotation.rs Format has clauses with impls 2022-07-15 11:45:53 -04:00
collection.rs Format has clauses with impls 2022-07-15 11:45:53 -04:00
def.rs basic canonicalization 2022-08-09 13:59:24 +02:00
expr.rs Fix formatting block string containing quotes 2022-08-26 11:36:54 +02:00
lib.rs s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
module.rs Don't over-indent module header collections 2022-07-06 13:46:11 -04:00
pattern.rs clippy 2022-07-03 22:47:41 -04:00
spaces.rs basic canonicalization 2022-08-09 13:59:24 +02:00