1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00
awesome-docker/.prettierrc

7 lines
110 B
Markdown
Raw Normal View History

2020-01-11 09:09:10 +01:00
{
2020-11-11 08:46:43 +01:00
"bracketSpacing": true,
"tabWidth": 4,
2020-01-11 09:09:10 +01:00
"semi": true,
"trailingComma": "all",
"singleQuote": true
}