keepassxc-browser/.prettierrc
2023-12-19 11:45:55 +02:00

7 lines
121 B
Text

{
"arrowParens": "avoid",
"bracketSpacing": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all"
}