From d84ff0261c3eee1865ccbcb980fb8895331d4d4b Mon Sep 17 00:00:00 2001 From: jxue16 <105090474+jxue16@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:17:17 -0700 Subject: [PATCH] line length to 200 --- yamlfix.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamlfix.toml b/yamlfix.toml index 6bb8b330..de1968d0 100644 --- a/yamlfix.toml +++ b/yamlfix.toml @@ -1,5 +1,5 @@ [tool.yamlfix] -line_length = 800 +line_length = 200 none_representation = "Unknown" flow_style_sequence = "false" explicit_start = "true"