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
* .json sanitize (#84904)
## About The Pull Request
Made tabs in json files instead of spaces. Also removed space at the end
of words in chef Italian language due to which these words were not
processed.
## Why It's Good For The Game
Reading this files on github is really hard.
* .json sanitize
---------
Co-authored-by: Xackii <120736708+Xackii@users.noreply.github.com>