mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
7ee2612c17
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
|
|
}
|