neptune-privacy/.prettierrc.json

13 lines
213 B
JSON
Raw Permalink Normal View History

2025-11-24 16:44:48 +07:00
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "avoid",
"endOfLine": "auto",
"vueIndentScriptAndStyle": false
}