Skip to content

Commit ea58384

Browse files
committed
editorconfig: Remove max_line_length for jsons
1 parent 25cce04 commit ea58384

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ indent_size = 4
2222
# as with markdown, not having this results in readability-vs-presentation confusion
2323
max_line_length = unset
2424

25+
[*.json]
26+
# can't really "wrap lines" in json
27+
max_line_length = unset
28+
2529
### UPSTREAM/GENERATED FILES ###
2630
[{_includes/toc.html,LICENSE,Gemfile.lock,.gitmodules,CNAME,assets/css/rougehl.css}]
2731
max_line_length = unset

0 commit comments

Comments
 (0)