bfcache: server - initial commit

This commit is contained in:
2025-09-17 21:53:10 -04:00
parent c05368a6a6
commit 5a41f3ce26
7 changed files with 546 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": false,
"printWidth": 160,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}