11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"cSpell.words": ["Behaviour", "headshot", "wbm"],
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"[csharp]": {
|
|
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
|
}
|
|
}
|