Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12201

VS Code - space before function parentheses

$
0
0

Is there a way to disable removing space before parentheses when editing a function in VS Code?

Lets say I have a function

function render () {    // some code here}

When I start editing it, VS Code removes the space before parentheses and transforms this code to:

function render() {    // some code here}

Is there a way to disable this behavior?


Viewing all articles
Browse latest Browse all 12201

Trending Articles



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