bitburner-scripts/.prettierrc
2022-10-23 03:32:17 +08:00

9 lines
136 B
Plaintext

{
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"endOfLine": "auto"
}