neptune-privacy/.prettierrc.json
2025-11-24 16:44:48 +07:00

13 lines
213 B
JSON

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "avoid",
"endOfLine": "auto",
"vueIndentScriptAndStyle": false
}