2 Commits
Author SHA1 Message Date
JeremiahandRoxy a5a4b83a25 Sets prettier to run on the repo (#91379)
Prettier (an auto formatter) is set to only run within the tgui folder
currently. This removes that limitation, allowing it to automatically
format all supported files in the repo (.js, .html, .yml
[etc](https://prettier.io/docs/))

I made a few exceptions for bundled and generated files
I'm of the opinion that code should look uniform and am lazy enough to
want CTRL-S to format files without having to think beyond that
2025-06-05 19:13:02 -04:00
f25fa2b28b adds a config folder for off-repo modular ruins (#66408) (#13290)
About The Pull Request

Adds a location to load in off-repo modular maps/config files.
Why It's Good For The Game

Sticking with the theme of away missions being revitalized, we have a system in place for off-repo away missions but not off-repo modular maps. This allows for randomization in these missions while still keeping the actual map contents a secret to the regular playerbase.

this just adds a config folder location to throw modular maps/their config files.

Co-authored-by: MMMiracles <lolaccount1@hotmail.com>
2022-05-03 16:05:28 +01:00