Skip to content

Commit e9a0313

Browse files
committed
Enforce 4-space indent to Markdown
1 parent 717de0c commit e9a0313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = true
88

9-
[*.{py,toml}]
9+
[*.{py,toml,md}]
1010
indent_size = 4
1111
indent_style = space
1212

0 commit comments

Comments
 (0)