landsbankinn-exporter/.prettierrc

9 lines
126 B
Plaintext
Raw Normal View History

2024-11-10 21:21:09 +00:00
{
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 4,
"useTabs": false,
"printWidth": 90,
"semi": true
}