Files
featheroom/.prettierrc
2024-10-31 23:43:20 +01:00

9 lines
129 B
Plaintext

{
"semi": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "auto"
}