Config changes

This commit is contained in:
2023-11-18 01:57:53 +03:00
parent c610a52881
commit cd111269e0
4 changed files with 15 additions and 8 deletions

View File

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