mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.wordWrap": "on",
|
|
"[csharp]": {
|
|
"editor.tabSize": 4,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true
|
|
},
|
|
"omnisharp.useModernNet": false
|
|
}
|