Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default --rg-options to --max-columns=2000 [FCOM-3] #640

Merged
merged 2 commits into from
Jul 22, 2024

Commits on Jul 22, 2024

  1. Default --rg-options to --max-columns=2000 [FCOM-3]

    I rarely actually have interest in looking at a line that is more than
    2,000 characters long. Usually, I think that such a line should never
    have been committed to the repo, in the first place. So, I think it's
    pretty rare for me to actually care about such a line. One exception
    might be an unwrapped line in a markdown file, but hopefully a 2,000
    character limit won't eliminate many such lines.
    davidrunger committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d943c8c View commit details
    Browse the repository at this point in the history
  2. Fix specs

    davidrunger committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4574958 View commit details
    Browse the repository at this point in the history