Skip to content

Commit

Permalink
Maximum line length for Markdown EditorConfig (#42)
Browse files Browse the repository at this point in the history
Since Markdown is written as flowing text the globally defined maximum
line length of EditorConfig has been disabled to prevent false-positive
errors.

Closes GH-41
  • Loading branch information
svengreb committed Sep 18, 2020
1 parent 5d2ce0c commit 6c1a2ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ trim_trailing_whitespace = true
# +-----------+
# +--- Markdown ---+
[*.{md}]
max_line_length = off
trim_trailing_whitespace = false

0 comments on commit 6c1a2ac

Please # to comment.