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

Explicitely state all semicolons #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2014

  1. Change CRLF to newlines only.

    gagern committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    cc3e0ff View commit details
    Browse the repository at this point in the history
  2. Explicitely state all semicolons.

    This avoids relying on automatic semicolon insertion, to make the code
    cleaner and avoid pitfalls.  The svd module in particular had many
    unterminated lines, likely due to its Python heritage.  The insertion places
    were identified by JSHint.
    gagern committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    233fcd6 View commit details
    Browse the repository at this point in the history