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

inline comments are misplaced by formatter #1

Closed
emicklei opened this issue Feb 6, 2017 · 1 comment
Closed

inline comments are misplaced by formatter #1

emicklei opened this issue Feb 6, 2017 · 1 comment

Comments

@emicklei
Copy link
Owner

emicklei commented Feb 6, 2017

message ConnectRequest {
  string clientID       = 1;  // Client name/identifier.
  string heartbeatInbox = 2;  // Inbox for server initiated heartbeats.
}

results in

message ConnectRequest {
  string clientID       = 1;  
 
  // Client name/identifier.
  string heartbeatInbox = 2; 

  // Inbox for server initiated heartbeats.
}
@emicklei
Copy link
Owner Author

emicklei commented Feb 6, 2017

wip 1ba421b

@emicklei emicklei closed this as completed Feb 8, 2017
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

1 participant