network/.prettierrc
2025-04-07 13:03:45 +03:00

8 lines
128 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}