Remnawave_frontend/.prettierrc
kastov 9968d80b29 wip
Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
2024-11-30 21:13:21 +03:00

8 lines
No EOL
154 B
Text

{
"singleQuote": true,
"singleAttributePerLine": false,
"tabWidth": 4,
"printWidth": 100,
"semi": false,
"trailingComma": "none"
}