Files
tlsn-plugin-demo/.prettierrc.json
2024-09-30 14:42:08 -07:00

9 lines
162 B
JSON

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