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

Could be customed to set the code block style? #129

Open
silent-tan opened this issue Feb 25, 2016 · 1 comment
Open

Could be customed to set the code block style? #129

silent-tan opened this issue Feb 25, 2016 · 1 comment
Labels

Comments

@silent-tan
Copy link

In the snippet, the code block style is like:

class ClassName
{
  # code
}

but I prefer to use following style:

class ClassName {
  #code
}

I prefer the bracket after a line

also in others like function,forloop and so on.

@winstliu
Copy link
Contributor

This is currently not possible, but you can create your own snippets instead.

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

No branches or pull requests

2 participants