From 65750d0f243f6700ccc033731a0bf4e11fb44e79 Mon Sep 17 00:00:00 2001 From: devclyde Date: Fri, 24 Jun 2022 13:19:53 -0300 Subject: [PATCH] fix: fix column width --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylua.toml b/.stylua.toml index a79b15d..0941ed5 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,4 +1,4 @@ -column_width = 80 +column_width = 140 line_endings = "Unix" indent_type = "Spaces" indent_width = 2