mirror of
https://git.crafterpika.cc/crafterpika/SplatTool-public.git
synced 2026-08-17 10:42:15 +02:00
initial commit
This commit is contained in:
parent
64b4a24e61
commit
3ab62216aa
31 changed files with 2790 additions and 1 deletions
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
Loading…
Reference in a new issue