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

Commit eb483e6

Browse files
committed
Fix editorconfig by removing blank space between exact files
Remove blank space between exact files (*.yml and package.json). Can't constrain package.json file if comma is followed by blank space.
1 parent ec80067 commit eb483e6

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
@@ -13,5 +13,5 @@ indent_style = space
1313
indent_size = 4
1414

1515
# Matches the exact files either package.json or .travis.yml
16-
[{*.yml, package.json}]
16+
[{*.yml,package.json}]
1717
indent_size = 2

0 commit comments

Comments
 (0)