10 lines
209 B
JSON
10 lines
209 B
JSON
|
{
|
||
|
"[csharp]": {
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.insertSpaces": true,
|
||
|
"editor.defaultFormatter": "csharpier.csharpier-vscode",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.formatOnPaste": true
|
||
|
}
|
||
|
}
|