mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"tabWidth": 2,
|
|
"printWidth": 110,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf"
|
|
}
|