Skip to content

Commit 716c0f0

Browse files
authored
fix(editorconfig): disable max_line_length property (#35)
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 -->
1 parent 723bc1f commit 716c0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_size = 2
1212
indent_style = space
1313
insert_final_newline = true
1414
# editorconfig-tools is unable to ignore longs strings or urls
15-
max_line_length = null
15+
max_line_length = off
1616
trim_trailing_whitespace = true
1717

1818
[*.md]

0 commit comments

Comments
 (0)