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

event indent mistake! #26

Open
HuangChaoWH opened this issue Mar 24, 2018 · 2 comments
Open

event indent mistake! #26

HuangChaoWH opened this issue Mar 24, 2018 · 2 comments

Comments

@HuangChaoWH
Copy link

HuangChaoWH commented Mar 24, 2018

Before and After indent with gg=G

    event GameCreated(bytes32 indexed id, address indexed creator, string home,
        string away, uint16 indexed category, uint64 locktime);
    event BidPlaced(bytes32 indexed game_id, BookType book,
        address bidder, uint amount, bool home, int32 line);
    event GameCreated(bytes32 indexed id, address indexed creator, string home,
                      string away, uint16 indexed category, uint64 locktime);
                      event BidPlaced(bytes32 indexed game_id, BookType book,
                                      address bidder, uint amount, bool home, int32 line);

Any solution? Thank you!

@sebastien-kr
Copy link

Well, if you do not split arguments on two different lines there is no problem.
The new event starting at the same place as the previous line makes sense.

@HuangChaoWH
Copy link
Author

Thank you for your advice, but I prefer line not too long, and I noticed for other language such as C / C++, no such problem.

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

No branches or pull requests

2 participants