bw-hspc-contest-env/sandbox/.prettierrc

9 lines
133 B
Plaintext
Raw Normal View History

2023-05-07 19:00:55 -04:00
{
"tabWidth": 2,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"pluginSearchDirs": ["."]
}