Skip to content

Commit

Permalink
Remove line length configuration for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 19, 2022
1 parent 1b1dd0c commit d3ff81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ indent_size = 4
[*.js]
indent_size = 2

[*.adoc]
[*.{adoc,md}]
max_line_length = 0

0 comments on commit d3ff81b

Please sign in to comment.