PHP_Beautifier
PHP_Beautifier copied to clipboard
Add a newline before a line with the keyword function?
Hello,
is it possible to add newlines before a line with the keyword "function" ?
Newlines(before=function)
would break something like
public static function get()
private static function get()
static function get()
into
public static function get()
private static function get()
static function get()