Files
FA_WEB/FaKrosnoManagerAngular/.prettierrc
Piotr Kus 89d74428b2 FaKrosnoAngular
* Added project
2026-08-08 13:39:17 +02:00

13 lines
161 B
Plaintext

{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}