Skip to content

Commit

Permalink
update doc on ColumnLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Oct 15, 2024
1 parent 16db811 commit d6ace40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
BreakStringLiterals: true
# Please update .markdownlint.yaml if this line is to be updated
ColumnLimit: 119
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
Expand Down
3 changes: 2 additions & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ MD033: false

# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
# Conforms to .clang-format ColumnLimit
# Update the comment in .clang-format if we no-longer tie these two column limits.
MD013:
line_length: 120
line_length: 119

0 comments on commit d6ace40

Please sign in to comment.