Files
ksef-pdf-generator/.prettierrc.json
Michał Chudy b9972746aa add source code
2025-11-21 10:22:39 +01:00

11 lines
186 B
JSON

{
"trailingComma": "es5",
"singleQuote": true,
"singleAttributePerLine": true,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"semi": true,
"printWidth": 110
}