gitlab-org--gitlab-foss/.prettierrc

6 lines
100 B
Text

{
"printWidth": 100,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "all"
}