This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/.vscode/settings.json
Matheus Sampaio Queiroga 077c2f0bb0 Update Platforms (#390)
Update Platforms to new method

# Commits:

* Stash

* Update Platforms

* Update main code

* Update testProject.yml

* Update testProject.yml

* Update Test and servers platforms

* Disable pocketmine setup

* Remove git backup and Update package.json

* Add show log in test
2022-06-09 17:22:38 -03:00

13 lines
302 B
JSON

{
"files.eol": "\n",
"editor.tabSize": 2,
"files.encoding": "utf8",
"files.defaultLanguage": "typescript",
"editor.minimap.enabled": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/dist/": true,
"**/node_modules/": true
}
}