bolt.new/.prettierrc

9 lines
126 B
Plaintext
Raw Permalink Normal View History

2024-07-10 16:44:39 +00:00
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true
}