Files
asepharyana-hub/.prettierrc
T

9 lines
133 B
Plaintext
Raw Normal View History

2026-07-09 22:08:26 +07:00
{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "all",
"semi": true,
"arrowParens": "always"
}