PHP Classes

File: pint.json

Recommend this page to a friend!
  Packages of Jacobo Cantorna Cigarrán   Laravel Toon   pint.json   Download  
File: pint.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Toon
Encode and decode values in the TOON format
Author: By
Last change:
Date: 5 months ago
Size: 460 bytes
 

Contents

Class file image Download
{ "preset": "laravel", "rules": { "binary_operator_spaces": { "default": "single_space" }, "cast_spaces": true, "class_definition": { "single_line": true }, "declare_strict_types": true, "method_chaining_indentation": true, "no_unused_imports": true, "ordered_imports": { "sort_algorithm": "alpha" } }, "exclude": [ "vendor", "node_modules", "storage", "bootstrap/cache" ] }