Update configuration files

This commit is contained in:
github-actions[bot]
2026-07-12 04:12:14 +00:00
parent b8dd2d9be0
commit 7d90e80075
2 changed files with 84 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}