Files
cooloquio_front/.prettierrc
T

9 lines
162 B
Plaintext
Raw Normal View History

2020-02-12 00:11:15 -06:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "strict"
}