Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New option: space-after-opening-brace (#92) #189

Merged
merged 1 commit into from
Feb 27, 2014

Conversation

tonyganch
Copy link
Member

Set space after {.
See #92.

Example: { 'space-after-opening-brace': '\n' }

// Before:
a {color: panda;}

// After:
a {
color: panda;}

@tonyganch tonyganch added the purr label Feb 21, 2014
@tonyganch tonyganch added this to the 3.0.0 milestone Feb 21, 2014
@tonyganch tonyganch merged commit 0d1e318 into dev Feb 27, 2014
@tonyganch tonyganch deleted the tg/92-space-after-opening-brace branch February 27, 2014 23:09
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.

None yet

1 participant