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

Add comma-first formatting style. #4

Open
Phrogz opened this issue Apr 26, 2015 · 2 comments
Open

Add comma-first formatting style. #4

Phrogz opened this issue Apr 26, 2015 · 2 comments
Labels

Comments

@Phrogz
Copy link
Owner

Phrogz commented Apr 26, 2015

In case people like the crazy.

var o =
    { a : "ape"
    , b : "bat"
    , c : "cat"
    , d : "dog"
    , e : "elf"
    , f : "fly"
    , g : "gnu"
    , h : "hat"
    , i : "ibu"
    }
  , a = 
    [ [ "ape", "bat" ]
    , [ "cat", "dog" ]
    , [ "elf", "fly" ]
    , [ "gnu", "hat" ]
    , [ "ibu" ]
    ];

More arguments for it here.

@Phrogz Phrogz added the feature label Apr 26, 2015
@Phrogz
Copy link
Owner Author

Phrogz commented Apr 21, 2016

This feature is low-priority to me. If you want this, please comment here.

@harry-wood
Copy link

oh my. People actually do that, and have serious justification for it??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants