Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Fix(editorconfig): Fix file path patterns #1362

Merged
merged 1 commit into from
Jun 13, 2016

Conversation

shanavas786
Copy link
Contributor

Fix Editorconfig file path patterns.

Editroconfig doesn't support patterns like [**.js, **.json]. Pattern [**.{js,json}] should be used instead as specified in editorconfig

Verified

This commit was signed with the committer’s verified signature.
pradyunsg Pradyun Gedam
Change file pattern like [**.a, **.b] to [**.{a,b}]
as specified in editorconfig.org
@lirantal lirantal self-assigned this Jun 13, 2016
@lirantal lirantal added this to the 0.5.0 milestone Jun 13, 2016
@lirantal
Copy link
Member

very cool @shanavas786, thanks!
pr-fun

@coveralls
Copy link

coveralls commented Jun 13, 2016

Coverage Status

Coverage remained the same at 69.68% when pulling 274cf2b on shanavas786:fix-editorconfig into c364922 on meanjs:master.

@codydaig
Copy link
Member

LGTM

@lirantal lirantal merged commit 6852993 into meanjs:master Jun 13, 2016
pragatidev added a commit to pragatidev/mean that referenced this pull request Jun 13, 2016
fix(editorconfig): Fix file path patterns (meanjs#1362)
@shanavas786 shanavas786 deleted the fix-editorconfig branch June 14, 2016 10:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants