friendica/view/theme/frio/.prettierrc

13 lines
219 B
Plaintext
Raw Normal View History

2021-01-22 00:16:22 +01:00
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}