kfu-24-teacher/.prettierrc

8 lines
111 B
Plaintext
Raw Permalink Normal View History

2024-11-09 19:15:21 +03:00
{
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"endOfLine": "lf",
"semi": true
}