2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-17 05:19:39 +03:00
Files
vue2-datepicker/.prettierrc
T
2019-11-10 17:47:30 +08:00

8 lines
113 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100
}