瀏覽代碼

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"
+    ]
+}