aiber-jwt-test/.prettierrc

9 lines
126 B
Plaintext
Raw Normal View History

2021-03-09 14:04:16 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 160,
"tabWidth": 2,
"useTabs": false
}