updated clang format options

This commit is contained in:
2025-12-31 16:58:27 +01:00
parent 87cdec67a4
commit 8a7cd58c74

View File

@@ -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}' },
},
},
},