Files
synapse-admin/.prettierrc
T

12 lines
206 B
Plaintext
Raw Normal View History

2020-01-27 14:57:27 +01:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
2023-01-16 13:42:16 +01:00
"bracketSameLine": false,
2022-01-31 17:24:37 +01:00
"arrowParens": "avoid"
2020-01-27 14:57:27 +01:00
}