(prettier formatting)

This commit is contained in:
dmx
2024-11-03 09:20:57 +04:00
parent cb6e80a645
commit 79c53e0095
26 changed files with 13503 additions and 14006 deletions

View File

@@ -1,5 +1,7 @@
{
"singleQuote": false,
"semi": true,
"tabWidth": 2
}
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"trailingComma": "none",
"printWidth": 80
}