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

fix(editorconfig): disable max_line_length property #35

Conversation

cawalch
Copy link
Collaborator

@cawalch cawalch commented Dec 1, 2024

Set the max_line_length property from null to off, aligning with EditorConfig specifications to disable line wrapping.

Forces hard line wrapping after the amount of characters specified. off to turn off this feature (use the editor settings).

ref max_line_length

Set the max_line_length property from `null` to `off`, aligning with EditorConfig specifications to disable line wrapping.

[editorconfig max_line_length](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length)

<!-- ps-id: e0efbebf-3170-4ae7-a5b9-55a2765be229 -->
@springcomp springcomp merged commit 716c0f0 into jmespath-community:main Dec 1, 2024
5 checks passed
@cawalch cawalch deleted the fix-editor-config-max-line-length branch December 1, 2024 19:47
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