From 65cd5b784b0a757a5b752f2b361a7bbb9322fb1a Mon Sep 17 00:00:00 2001 From: Qsaker Date: Mon, 20 Nov 2023 09:22:00 +0800 Subject: [PATCH] chore: update files of project --- .cmake-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cmake-format b/.cmake-format index 3df985a2..0bc23ef2 100644 --- a/.cmake-format +++ b/.cmake-format @@ -25,7 +25,7 @@ with section("format"): disable = False # How wide to allow formatted cmake files - line_width = 80 + line_width = 100 # How many spaces to tab for indent tab_size = 2