This commit is contained in:
Valentin Silytuin
2023-06-19 16:01:37 +04:00
commit 9f1c82f4d3
7 changed files with 154 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"bracketSpacing": false
}