diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:52:23 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-23 22:52:23 +0100 |
commit | f82796f4ee80245dc091c849badf1f3fdcacbb6c (patch) | |
tree | 29e9c28fbdd06020058aaacc291a35a5b1e59dff | |
parent | 86952cbf307f5258f9144d38721ad443af999634 (diff) |
Created pint config
-rw-r--r-- | pint.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pint.json b/pint.json new file mode 100644 index 0000000..93061b6 --- /dev/null +++ b/pint.json @@ -0,0 +1,3 @@ +{ + "preset": "laravel" +} |