Files
AIOStreams/.prettierrc
T
2024-12-22 21:55:52 +00:00

8 lines
106 B
Plaintext

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"endOfLine": "lf"
}