Files
AI/참고/firecrawl-main/apps/api/.prettierrc

12 lines
199 B
Plaintext
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}