Whenever I try to open curly brackets in CSS and press enter, it simply moves to the next line without adding an indentation as shown below:
body {
}
Despite going through the settings and experimenting with different options, I haven't been able to achieve the desired formatting. This is how I want it to appear when I hit Enter:
body {
}