From a64a7273319244813c657d912a0579f5619f0621 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 21 Apr 2022 15:41:02 +0200 Subject: Rename `suppress_whitespace` into `whitespace` and update expected values to "suppress" and "preserve" --- testing/test_trim.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/test_trim.toml') diff --git a/testing/test_trim.toml b/testing/test_trim.toml index 57e88f8..019d574 100644 --- a/testing/test_trim.toml +++ b/testing/test_trim.toml @@ -1,2 +1,2 @@ [general] -suppress_whitespace = true +whitespace = "suppress" -- cgit