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 "space_after_function" ? #1417

Closed
SuGod opened this issue Jun 15, 2018 · 2 comments
Closed

add "space_after_function" ? #1417

SuGod opened this issue Jun 15, 2018 · 2 comments

Comments

@SuGod
Copy link

SuGod commented Jun 15, 2018

Can you add "space_after_function" (not space_after_anon_function).

like "space_after_function":

function fn () {
}

or like this

class A{
  hello (){
   // ...
  }
}

"space_after_anon_function":

function fn() {
}
@kpeng2016
Copy link

me too

@bitwiseman
Copy link
Member

See #608

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

No branches or pull requests

3 participants