From 8a7cd58c7487c12968bce3fb21b64ae1efd9abfe Mon Sep 17 00:00:00 2001 From: htom Date: Wed, 31 Dec 2025 16:58:27 +0100 Subject: [PATCH] updated clang format options --- lua/kickstart/plugins/conform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/conform.lua b/lua/kickstart/plugins/conform.lua index c92817f..ca40b26 100644 --- a/lua/kickstart/plugins/conform.lua +++ b/lua/kickstart/plugins/conform.lua @@ -42,7 +42,7 @@ return { formatters = { ['clang-format'] = { -- This argument forces 4-space indentation directly in the command - prepend_args = { '--style={IndentWidth: 4, TabWidth: 4, UseTab: Never, AccessModifierOffset: -4}' }, + prepend_args = { '--style={IndentWidth: 4, TabWidth: 4, UseTab: Never, AccessModifierOffset: -4, ColumnLimit: 120}' }, }, }, },