Skip to content

Commit 993c1b8

Browse files
committed
Set max line length in .editorconfig to 100
It is enforced by CI, but it wasn't set in the config.
1 parent b02c792 commit 993c1b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ insert_final_newline = true
77
[ci/*.sh]
88
indent_style = space
99
indent_size = 2
10+
11+
[src/*.md]
12+
max_line_length = 100

0 commit comments

Comments
 (0)