e.g. I have this:
exports.getsertHexId = function (table, hex) {
Webstorm 8's auto-indent is creating the space between the keyword function
and the open paren (
.
Its settings spaces options cover:
Confused since this should be covered under function declaration parentheses I thought. Can this be properly configured? Is it a bug?
Scroll down further and it's the option "In function expression." Because function() { ... }
is an expression which returns a value, that value being a function.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With