Skip to content
Snippets Groups Projects
Unverified Commit 79b6d2d7 authored by Varac's avatar Varac
Browse files

editorconfig: allow 256 chars in markdown

parent 5e700ca0
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ indent_size = 4 ...@@ -23,7 +23,7 @@ indent_size = 4
indent_size = 2 indent_size = 2
[*.md] [*.md]
max_line_length = 120 max_line_length = 256
indent_size = 2 indent_size = 2
[*.{yml,yaml}] [*.{yml,yaml}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment