Adjusted ColumnLimit to 150

This commit is contained in:
John Wellbelove 2026-04-02 14:07:10 +01:00
parent 6a1585b317
commit c7571660bd

View File

@ -63,8 +63,9 @@ AlignConsecutiveMacros: true # align macro bodies
# ============================================================================= # =============================================================================
# Line length and wrapping # Line length and wrapping
# ============================================================================= # =============================================================================
ColumnLimit: 0 ColumnLimit: 150
ReflowComments: true # preserve hand-formatted comment rulers ReflowComments: true # preserve hand-formatted comment rulers
AlignEscapedNewlines: Left
# ============================================================================= # =============================================================================
# Includes # Includes