Skip to content

Commit ac1243d

Browse files
committed
Add \*.md to list of files indented by spaces instead of tabs, in .editorconfig
1 parent 600bf2a commit ac1243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ trim_trailing_whitespace = true
1010

1111
# The indent size used in the `package.json` file cannot be changed
1212
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
13-
[{*.yml,*.yaml,*.cson,package.json}]
13+
[{*.md,*.yml,*.yaml,*.cson,package.json}]
1414
indent_style = space
1515
indent_size = 2

0 commit comments

Comments
 (0)