Skip to content

Instantly share code, notes, and snippets.

@kreedz
Created June 6, 2018 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kreedz/e30fb46acf8057e5706c55addec6dad4 to your computer and use it in GitHub Desktop.
Save kreedz/e30fb46acf8057e5706c55addec6dad4 to your computer and use it in GitHub Desktop.
tide indent when hit enter
// so pointer located here (_)
if (true) {_}
// when I hit enter I got
if (true) {
_}
// when I hit enter I want this
if (true) {
_
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment