Skip to content

Commit 005d7fd

Browse files
committed
Add favicon
1 parent a82d6de commit 005d7fd

32 files changed

+1093
-44
lines changed

.prettierrc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,20 @@
66
"printWidth": 120,
77
"tailwindConfig": "./tailwind.config.js",
88
"trailingComma": "none",
9-
"arrowParens": "avoid"
9+
"arrowParens": "avoid",
10+
"wrapAttributes": "auto",
11+
"sortTailwindcssClasses": true,
12+
"sortHtmlAttributes": "none",
13+
"noPhpSyntaxCheck": false,
14+
"overrides": [
15+
{
16+
"files": [
17+
"*.blade.php"
18+
],
19+
"options": {
20+
"tabWidth": 4,
21+
"parser": "blade"
22+
}
23+
}
24+
]
1025
}

art/.gitkeep

Whitespace-only changes.

art/code@128.png

1.9 KB
Loading

art/code@128.svg

Lines changed: 1 addition & 0 deletions
Loading

art/code@16.png

236 Bytes
Loading

art/code@16.svg

Lines changed: 1 addition & 0 deletions
Loading

art/code@32.png

353 Bytes
Loading

art/code@32.svg

Lines changed: 1 addition & 0 deletions
Loading

art/code@48.png

497 Bytes
Loading

art/code@48.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)