Checkpoint

This commit is contained in:
2026-09-05 01:06:01 -03:00
parent 8baf893a9e
commit 2b3fc987a9
17 changed files with 1413 additions and 303 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"overrides": [
{
"files": [
"*.tsx",
"*.jsx",
"*.ts",
"*.js"
],
"options": {
"tabWidth": 2
}
},
{
"files": [
"*.mdx",
"*.md"
],
"options": {
"tabWidth": 4,
"proseWrap": "always",
"printWidth": 100
}
}
]
}