Skip to content

Commit bb4e0fa

Browse files
change markdown indent size
1 parent 2c21f94 commit bb4e0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ trim_trailing_whitespace = true
99
[{,.}{j,J}ustfile]
1010
indent_size = 4
1111

12-
[*.{py,rst,ini,md}]
12+
[*.{py,rst,ini}]
1313
indent_size = 4
1414

1515
[*.py]
1616
line_length = 120
1717
multi_line_output = 3
1818

19-
[*.{css,html,js,json,jsx,sass,scss,svelte,ts,tsx,yml,yaml}]
19+
[*.{css,html,js,json,jsx,md,sass,scss,svelte,ts,tsx,yml,yaml}]
2020
indent_size = 2
2121

2222
[*.md]

0 commit comments

Comments
 (0)