Skip to content

Instantly share code, notes, and snippets.

View rupadana's full-sized avatar
🌏
Work From Anywhere

Rupadana rupadana

🌏
Work From Anywhere
  • CodeCrafters.id
  • Jl. WR Supratman No.311, Kesiman Kertalangu, Kec. Denpasar Tim., Kota Denpasar, Bali 80237
View GitHub Profile
@rupadana
rupadana / pint.json
Created February 14, 2024 15:09
My Pint Configuration
{
"preset": "laravel",
"rules": {
"no_unused_imports": true,
"ordered_imports": true,
"phpdoc_align": true,
"phpdoc_order": true,
"single_line_comment_style": true,
"single_quote": true,
"combine_consecutive_issets": true,