MarseyWorld/.vscode/settings.json

13 lines
355 B
JSON
Raw Normal View History

2023-10-26 20:59:18 +00:00
{
2023-11-18 20:33:35 +00:00
"editor.insertSpaces": false,
2024-03-04 20:10:09 +00:00
"editor.autoIndent": "advanced",
2024-10-23 12:30:41 +00:00
"files.eol": "\n",
"editor.minimap.enabled": false,
"git.confirmSync": false,
"git.autofetch": true,
"git.enableSmartCommit": true,
"editor.wordWrap": "on",
"extensions.ignoreRecommendations": true,
"workbench.editor.enablePreview": false,
"editor.autoClosingBrackets": "never"
}