فهرست منبع

Create pint.json

Shlee 1 هفته پیش
والد
کامیت
e1ccc2529f
1فایلهای تغییر یافته به همراه19 افزوده شده و 0 حذف شده
  1. 19 0
      pint.json

+ 19 - 0
pint.json

@@ -0,0 +1,19 @@
+{
+    "preset": "laravel",
+    "rules": {
+        "simplified_null_return": true,
+        "not_operator_with_successor_space": true,
+        "ordered_imports": {
+            "sort_algorithm": "alpha"
+        },
+        "no_unused_imports": true,
+        "array_syntax": {
+            "syntax": "short"
+        }
+    },
+    "exclude": [
+        "bootstrap/cache",
+        "storage",
+        "vendor"
+    ]
+}