Files
IPAM/.prettierrc
Mathieu BOURBON fbb6138c28 first commit
2026-04-18 16:24:44 +02:00

9 lines
152 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"plugins": ["prettier-plugin-tailwindcss"]
}