cryptgeon/frontend/.prettierrc

8 lines
104 B
Plaintext
Raw Normal View History

2021-05-02 03:08:30 +02:00
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"semi": false
}