html-pagination/.prettierrc
2021-08-06 16:04:09 +03:00

8 lines
105 B
Plaintext

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