more columns for c/cpp code
This commit is contained in:
@@ -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}' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user