Skip to content

Commit 34cb6d4

Browse files
authored
Merge pull request #2 from brotkrueml/editorconfig
[TASK] Remove warning and error from .editorconfig.dist
2 parents dea8cf6 + 1e4ed6e commit 34cb6d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/editorconfig.dist

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ indent_style = tab
2424
[*.rst]
2525
indent_size = 3
2626

27-
# MD-Files
28-
[*.md]
29-
indent_size = 4
30-
3127
# YAML-Files
3228
[*.{yaml,yml}]
3329
indent_size = 2
3430

3531
# package.json
36-
[{package.json}]
32+
[package.json]
3733
indent_size = 2
3834

3935
# TypoScript

0 commit comments

Comments
 (0)