bw-hspc-contest-env/extension/bwcontest/.prettierrc

9 lines
133 B
Plaintext
Raw Normal View History

2023-05-04 22:32:46 -04:00
{
"tabWidth": 2,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"pluginSearchDirs": ["."]
}