mirror of
https://git.crafterpika.cc/crafterpika/SplatTool-public.git
synced 2026-08-17 10:42:15 +02:00
12 lines
No EOL
356 B
JSON
12 lines
No EOL
356 B
JSON
{
|
|
"omnisharp.enableEditorConfigSupport": false,
|
|
"omnisharp.useModernNet": false,
|
|
"csharp.format.enable": false,
|
|
"[csharp]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.formatOnType": false,
|
|
"editor.formatOnPaste": false
|
|
},
|
|
"dotnet.formatting.organizeImportsOnFormat": false,
|
|
"editor.useEditorConfig": false
|
|
} |