Files
newsui/.prettierrc
T

8 lines
106 B
Plaintext
Raw Normal View History

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