irclib/.prettierrc

7 lines
85 B
Plaintext
Raw Permalink Normal View History

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