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

CSS: support add newline between rules #574

Merged
merged 1 commit into from
Dec 8, 2014

Commits on Nov 19, 2014

  1. CSS: support add newline between rules

    It's suggested by
    [Google](https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#CSS_Formatting_Rules)
    that newline should be added between rules, so I think we should support
    that and try to make it.
    
    I added this behavior to both JS and Python with tests. Besides, I added
    the new option to README and cli.js.
    
    If I need to modify other files, please let me know.
    
    Thanks!
    
    complete cli.js
    
    fix bugs in test.py
    
    fix tests
    
    use newLine function
    
    fix python tests
    
    fix tests
    
    use indentLevel instead of nestedLevel
    
    match default js tests
    
    still
    
    Revert "still"
    
    This reverts commit 32797e8.
    
    Find it!
    
    update tests file
    
    add more tests
    
    add test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    numbbbbb committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    44df1f1 View commit details
    Browse the repository at this point in the history