Friendly Function Name Option

How can I disable Friendly Function Name, is there an option for this ?
I disabled Friendly Variable Name option, but it’s only for variables.

You can’t fight engine’s standards; The coding convention they enforce is everywhere, you shouldn’t even have that ‘fn’ or ‘_’ on function names…
You should read their code standards and adhere to it.

Thanks for your recommendations.