Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git/.git] / view / theme / frio / .prettierrc
1 {
2         "printWidth": 120,
3         "tabWidth": 4,
4         "useTabs": true,
5         "semi": true,
6         "singleQuote": false,
7         "quoteProps": "as-needed",
8         "trailingComma": "all",
9         "bracketSpacing": true,
10         "arrowParens": "always",
11         "endOfLine": "lf"
12 }