irclib/.prettierrc
2022-09-23 20:38:41 +03:00

7 lines
85 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}