Android_Retail/src/.prettierrc

8 lines
105 B
Plaintext
Raw Normal View History

2026-01-27 18:27:29 +05:30
{
"semi": true,
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5"
}