We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2717 commit c619f82Copy full SHA for c619f82
.editorconfig
@@ -20,7 +20,7 @@ indent_style = space
20
indent_size = 2
21
22
[*.md]
23
-max_line_length = 80
+max_line_length = 100
24
trim_trailing_whitespace = false
25
26
[*.neon]
.markdownlint.yaml
@@ -1,6 +1,6 @@
1
---
2
MD013:
3
- line_length: 80
+ line_length: 100
4
code_blocks: false
5
tables: false
6
no-inline-html:
0 commit comments