Skip to content

Commit 2c04878

Browse files
authored
[TASK] Sync .editorconfig template (#29)
1 parent c718d48 commit 2c04878

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: templates/editorconfig.dist

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ indent_size = 2
2121
indent_style = tab
2222

2323
# ReST-Files
24-
[*.rst]
24+
[*.{rst,rst.txt}]
2525
indent_size = 4
2626
max_line_length = 80
2727

28+
# Markdown-Files
29+
[*.md]
30+
max_line_length = 80
31+
2832
# YAML-Files
2933
[*.{yaml,yml}]
3034
indent_size = 2

0 commit comments

Comments
 (0)