PHP_Beautifier icon indicating copy to clipboard operation
PHP_Beautifier copied to clipboard

Add a newline before a line with the keyword function?

Open demonking opened this issue 10 years ago • 0 comments

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()

demonking avatar Jun 23 '14 12:06 demonking