more columns for c/cpp code

This commit is contained in:
2026-02-05 15:28:12 +01:00
parent 4fcf6d7010
commit f251b39d5a

View File

@@ -42,7 +42,7 @@ return {
formatters = { formatters = {
['clang-format'] = { ['clang-format'] = {
-- This argument forces 4-space indentation directly in the command -- This argument forces 4-space indentation directly in the command
prepend_args = { '--style={IndentWidth: 4, TabWidth: 4, UseTab: Never, AccessModifierOffset: -4, ColumnLimit: 120}' }, prepend_args = { '--style={IndentWidth: 4, TabWidth: 4, UseTab: Never, AccessModifierOffset: -4, ColumnLimit: 220}' },
}, },
}, },
}, },