Skip to content

Instantly share code, notes, and snippets.

View SerhiiCho's full-sized avatar
🐧
Let's code

Serhii Cho SerhiiCho

🐧
Let's code
View GitHub Profile
{
"trailingComma": "all",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 85,
"arrowParens": "avoid"
}
@SerhiiCho
SerhiiCho / pint.json
Last active May 2, 2025 09:13
Configuration file for Laravel Pint
{
"preset": "psr12",
"rules": {
"is_null": true,
"declare_strict_types": true,
"strict_comparison": true,
"no_unused_imports": true,
"explicit_string_variable": true,
"native_function_casing": true,
"native_function_type_declaration_casing": true,