synapse-admin/.prettierrc

12 lines
206 B
Text
Raw Normal View History

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
2022-01-31 16:24:37 +00:00
"arrowParens": "avoid"
}