This issue persists for both this config, and native Netbeans. Native Netbeans controls do not allow distinction between class method brackets and lone function closures. (So I'm not even sure this is fixable with a config file alone)
Current behavior:
function current_behavior()
{
// code
}
Desired behavior:
function desired_behavior() {
// code
}
This issue persists for both this config, and native Netbeans. Native Netbeans controls do not allow distinction between class method brackets and lone function closures. (So I'm not even sure this is fixable with a config file alone)
Current behavior:
Desired behavior: