Files
vscode-extension-samples/.prettierrc.json

5 lines
61 B
JSON
Raw Normal View History

2019-03-26 15:53:36 -07:00
{
"useTabs": true,
"singleQuote": true,
"printWidth": 92
}