Files
tlsn-extension/.prettierrc.json
2023-08-25 11:18:44 +08:00

9 lines
162 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always"
}