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

Option: always-semicolon #14

Closed
mishanga opened this issue Aug 6, 2013 · 0 comments · Fixed by #15
Closed

Option: always-semicolon #14

mishanga opened this issue Aug 6, 2013 · 0 comments · Fixed by #15

Comments

@mishanga
Copy link
Contributor

mishanga commented Aug 6, 2013

Default value — false (no changes will be made).
Available value: Boolean true — 1 space after colon (same as after)

Example:

"always-semicolon": true

Before:

a { color: red }

After:

a { color: red; }
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 a pull request may close this issue.

1 participant