Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Partially solve issue 136 #137

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

yufanyufan
Copy link

@yufanyufan yufanyufan commented Apr 30, 2016

Partially Solve #136
Now indent works mostly correct, although function argument is still not aligned.

int main() {
  indent_function(abc,
    abc());
  indent_function2(
    abc,
    abc
  );
  int indent_list = [
    1, 2,
    3];
  int always_reset_indent;
}

@yufanyufan
Copy link
Author

Hey, 50Wliu, how to move forward with this pr?

@winstliu
Copy link
Contributor

winstliu commented May 3, 2016

You're fine, someone just needs to review and test it to make sure everything works as expected.

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

Successfully merging this pull request may close these issues.

2 participants