Files
vscode-front-matter/.prettierrc

8 lines
107 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "none"
}