Files
nextplacement/.prettierrc
2025-06-30 11:55:48 +05:30

9 lines
127 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "lf"
}