Skip to content

Conversation

@amadeus
Copy link
Collaborator

@amadeus amadeus commented Aug 24, 2016

/cc @bounceme

I found an issue when using export default statements, indentation would not work properly.

I saw how you fixed an earlier import statement and modeled it after that.

Before this PR:

export default {
    'key': 'val',
        'secondKey': 'val'
}

After this PR:

export default {
    'key': 'val',
    'secondKey': 'val'
}

@bounceme bounceme merged commit 27ec99a into develop Aug 25, 2016
@bounceme
Copy link
Collaborator

Thanks!

@bounceme bounceme deleted the fix-export-default-indent branch August 25, 2016 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants