cnam-geometry-dash/.vscode/settings.json

11 lines
226 B
JSON
Raw Normal View History

2024-12-02 10:11:00 +01:00
{
2024-12-07 23:57:43 +01:00
"editor.bracketPairColorization.enabled": true,
"editor.wordWrap": "on",
"[csharp]": {
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.formatOnType": true
},
"omnisharp.useModernNet": false
2024-12-02 10:11:00 +01:00
}