Prettier config

This commit is contained in:
2023-11-11 18:08:02 +03:00
parent 36d8e367de
commit 1ba62b9563

View File

@@ -1,4 +1,8 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"semi": true,
"tabWidth": 4,
"printWidth": 150,
"bracketSpacing": true
}