awesome-vscode/.prettierrc
2018-07-27 11:48:46 +02:00

6 lines
68 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}