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

Improve readability #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improve readability #3

wants to merge 1 commit into from

Commits on Apr 28, 2017

  1. Improve readability

    with vim I manually did some operations taking care of sense
    
    :%s/)/ )/gc
    :%s/(/( /gc
    :%s/){/) {/gc
    :%s/]/ ]/gc
    :%s/[/[ /gc
    :%s/,/, )/gc
    :%s/./ . )/gc
    :%s/=/ = )/gc
    :%s/+/ + )/gc
    :%s/-/ - /gc
    pedro-nonfree committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    6393c7f View commit details
    Browse the repository at this point in the history