irclib/.prettierrc

7 lines
85 B
Plaintext
Raw Permalink Normal View History

2022-09-23 20:38:41 +03:00
{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}