This commit is contained in:
2024-09-09 03:57:19 +02:00
parent d984158282
commit a07df70d8d
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}