Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

How to disable auto-align of curly brackets in VSCode?

$
0
0

I'm using the latest VSCode for coding in PHP.

Currently it auto corrects my coding style form this:

foreach($var as $key => value)
{
    echo 'foo';
}

To this:

foreach($var as $key => value) {
    echo 'foo';
}

How is it possible to preserve the curly brackets at the same place where I left them?


Viewing all articles
Browse latest Browse all 97371

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>