Files
onspring-api-sdk-javascript/.prettierrc
T

9 lines
134 B
Plaintext
Raw Normal View History

2023-02-01 23:30:50 -06:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
2025-10-07 11:26:07 -05:00
"bracketSpacing": true,
"endOfLine": "auto"
2023-02-01 23:30:50 -06:00
}