Files
arbpulse/.prettierrc
T

7 lines
86 B
Plaintext
Raw Normal View History

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