This website requires JavaScript.
Explore
Help
Register
Sign In
Personal_mirrors
/
bitburner-src
Watch
1
Star
0
Fork
0
You've already forked bitburner-src
mirror of
https://github.com/bitburner-official/bitburner-src.git
synced
2024-11-08 16:53:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
057aeaea83
bitburner-src
/
.prettierrc
7 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add prettier, and fix some CSS/line errors.
2021-09-04 22:18:08 +02:00
{
"trailingComma": "all",
Allow drag on character overview 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
2022-01-09 17:15:09 +01:00
"endOfLine": "lf",
fix sleeve memory bug
2021-09-09 05:47:34 +02:00
"tabWidth": 2,
"printWidth": 120
Add prettier, and fix some CSS/line errors.
2021-09-04 22:18:08 +02:00
}
Reference in New Issue
Copy Permalink