1
0
Fork 0
bitburner-scripts/.prettierrc

9 lines
136 B
Plaintext
Raw Permalink Normal View History

2022-10-22 19:32:17 +00:00
{
"printWidth": 120,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"endOfLine": "auto"
}