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

Sort spell checking word list to avoid merge conflicts #10

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

david-a-wheeler
Copy link
Contributor

We will need to constantly add new words to the spell checking word list. This sorts the word list, so that changes are much less likely to result in a merge conflict.

I sorted with a case-insensitive sort ("sort -f"), I thought that would be more sensible.

We will need to constantly add new words to the spell checking
word list. This sorts the word list, so that changes are much
less likely to result in a merge conflict.

I sorted with a case-insensitive sort ("sort -f"), I thought
that would be more sensible.

Signed-off-by: David A. Wheeler <[email protected]>
@GeauxJD GeauxJD merged commit 5581d54 into main Jan 29, 2025
4 checks passed
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.

2 participants