Files
cooloquio_front/.prettierrc
T
2020-02-12 00:11:15 -06:00

9 lines
162 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"vueIndentScriptAndStyle": true,
"htmlWhitespaceSensitivity": "strict"
}