Files
Homarr/.prettierrc

9 lines
156 B
Plaintext
Raw Normal View History

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