芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panorama.panoramawholesale.com/pint.json
{ "exclude": [ "bootstrap", "storage", "vendor" ], "notNames": [ "*.blade.php", "*.twig" ], "rules": { "@PSR12": true, "no_unused_imports": true, "concat_space": { "spacing": "one" }, "blank_line_before_statement": { "statements": [ "break", "continue", "declare", "return", "throw", "try" ] }, "method_argument_space": { "on_multiline": "ensure_fully_multiline", "keep_multiple_spaces_after_comma": true } } }