enable a column limit.

This commit is contained in:
2025-10-09 21:12:53 +02:00
parent 00719b1933
commit 1aa34f7d3f
13 changed files with 138 additions and 85 deletions

View File

@@ -7,7 +7,7 @@
# ---------------------------
BasedOnStyle: GNU
Standard: Auto
ColumnLimit: 0
ColumnLimit: 100
LineEnding: LF
UseTab: ForContinuationAndIndentation
TabWidth: 8
@@ -39,7 +39,7 @@ AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
# ---------------------------
# break and wrapping options