Skip to content

Conversation

@eramongodb
Copy link
Contributor

Partially resolves CDRIVER-4385 (column limit).

This PR applies a single change to the ClangFormat configuration: raising ColumnLimit from 80 to 120. The value of 120 is inherited from #1139. A separate, dedicated "format" commit applies the updated configuration to the source files. This "format" commit will continue to be rebase-updated until this PR is approved and merged.

Once approved, this PR will be merged using the "Rebase and merge" option to preserve the two separate commits. A followup PR will add the post-merge hash of only the "format" commit to the .git-blame-ignore-revs file.

Further changes to the ClangFormat config are expected to follow the same formula:

  • update .clang-format
  • dedicated "format" commit (rebase-updated until PR merge)
  • rebase-merge (PR merge)
  • update .git-blame-ignore-revs (in a followup PR)

@eramongodb eramongodb self-assigned this Feb 26, 2024
Copy link
Contributor

@vector-of-bool vector-of-bool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect. No notes.

@eramongodb
Copy link
Contributor Author

Note: observed no formatting changes relative to the latest commit 83211f1, so will rebase-merge as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants