bitburner-src/.prettierrc

6 lines
67 B
Plaintext
Raw Normal View History

{
"trailingComma": "all",
2021-09-08 23:47:34 -04:00
"tabWidth": 2,
"printWidth": 120
}