chore(clang-format): increase column limit

This commit is contained in:
2025-12-01 03:55:10 +01:00
parent 833395eb25
commit dd757a7c74

View File

@@ -3,6 +3,6 @@ UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 100
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None