cineclub-site/front/.prettierrc

7 lines
87 B
Text
Raw Normal View History

2022-04-03 01:20:54 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}