Skip to content

Commit 1e4ed6e

Browse files
committed
[TASK] Remove warning and error from .editorconfig.dist
PhpStorm complained about the following configurations: - [*.md]: This option duplicates parent and can be removed - [{package.json}]: This pattern enumeration contains less than two patterns, so braces should be removed
1 parent dea8cf6 commit 1e4ed6e

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)