fix: properly translate static table headers (#904)

This commit is contained in:
Daniel Lautzenheiser
2023-10-03 12:42:43 -04:00
committed by GitHub
parent 8d82966165
commit a606e4c9fe
47 changed files with 3242 additions and 302 deletions

View File

@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100
}