Files
2025-02-02 14:10:51 -05:00

12 lines
232 B
Plaintext

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