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

8 lines
105 B
Plaintext
Raw Normal View History

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