Skip to content

Instantly share code, notes, and snippets.

View tomhapbia's full-sized avatar

Truong PD tomhapbia

  • FPT Telecom
  • Ha Noi, Viet Nam
View GitHub Profile
@hungthai1401
hungthai1401 / pint.json
Created June 20, 2023 03:54
My Laravel Pint configuration
{
"preset": "laravel",
"rules": {
"align_multiline_comment": true,
"array_syntax": true,
"combine_consecutive_issets": true,
"combine_consecutive_unsets": true,
"concat_space": true,
"declare_parentheses": true,
"declare_strict_types": true,