<div dir="ltr">Hi, I'm new to the list.<div>Started using the code formatter and have a question about it.</div><div><br></div><div>With respct to the "spacebeforeparens" key, I couldn't find an option to let me put an space before function declarations, but not in function calls. Is there something I'm missing?</div><div><br></div><div>I'd like to do like this:</div><div><br></div><div>void myfunction (int myparam);  // space here</div><div><br></div><div><div>void myfunction (int myparam) {  // space here</div></div><div>.</div><div>.</div><div>.</div><div>}</div><div><br></div><div><br></div><div><div>void main (void) {</div></div><div>  myfunction(5); // no space here</div><div>}</div><div><br></div><div><br></div><div>Sorry if I'm missing something obvious.</div><div><br></div><div>Thanks,</div><div>Mauricio Scaff</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>