You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there was a auto braces feature like in many other languages.
It just means that if you have a selector and hit CTRL + SHIFT + ENTER
a
turns into:
a {
// With indentation according to file setting
}