NebulaCloud/.prettierrc

11 lines
218 B
Plaintext
Raw Normal View History

2025-09-15 17:28:58 +08:00
{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}