Files
2026-07-16 00:12:26 -07:00

12 lines
199 B
JSON

{
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 100,
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}