Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit c36300a

Browse files
committed
Use spaces for Markdown files.
1 parent f3e625d commit c36300a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end_of_line = crlf
1515
indent_size = 2
1616
indent_style = tab
1717

18-
[*.py]
18+
[*.{md,py}]
1919
indent_style = space
2020

2121
[*.sh]

project_template/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end_of_line = crlf
1515
indent_size = 2
1616
indent_style = tab
1717

18-
[*.py]
18+
[*.{md,py}]
1919
indent_style = space
2020

2121
[*.sh]

0 commit comments

Comments
 (0)