Files
Homarr/.prettierrc
2022-05-12 02:41:13 +02:00

9 lines
156 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"parser": "typescript",
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false,
"endOfLine": "lf"
}