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

9 lines
139 B
Plaintext
Raw Normal View History

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