mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Makes the character overview (and tutorial) draggable, persisting the
{x, y, opened} in the user's settings.
- Remove margin & padding from html, body and ensure main content is
full height
- Add setting to disable progress bars
- Refactor options to use new OptionSwitch
- Add exclusions to prettierignore
- Specify line ending in prettier & gitattributes
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"printWidth": 120
|
|
}
|