Skip to content

Commit

Permalink
update max line width for easier reviews and multiple documents on on…
Browse files Browse the repository at this point in the history
…e screen
  • Loading branch information
GlynLeine committed May 4, 2024
1 parent 84a0dc0 commit a4b58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BreakBeforeConceptDeclarations: Always
# General rules
InsertBraces: false
PointerAlignment: Left
ColumnLimit: 0
ColumnLimit: 120

# Indentation: use 4 spaces for all indentation
UseTab: ForContinuationAndIndentation
Expand Down

0 comments on commit a4b58aa

Please sign in to comment.