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

Makefile and indentation fixes #7

Merged
merged 3 commits into from
Apr 23, 2020
Merged

Makefile and indentation fixes #7

merged 3 commits into from
Apr 23, 2020

Commits on Apr 13, 2020

  1. Fix Makefile for Bikeshed changes

    The recent changes in speced/bikeshed#1635 also need to be reflected into the spec Makefiles.
    domenic committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d78c48d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Change indent settings in .editorconfig

    Generally we seem to use 2-space indents, e.g. in the CSS of Encoding, or the JavaScript of Streams, or the .travis.yml files everywhere. It's only in the Bikeshed file that we use one-space indents. Additionally, per https://www.python.org/dev/peps/pep-0008/#indentation, Python files use four-space indents.
    
    This updates .editorconfig appropriately, and aligns .pr-preview.json files with this new default.
    domenic committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2f30b1b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    94918ed View commit details
    Browse the repository at this point in the history