Files
UnrealEngineUWP/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/.vscode/settings.json
Marc Audy ada7c144fa Merge //UE5/Release-Engine-Staging @14903491 to //UE5/Main
[CL 14906022 by Marc Audy in ue5-main branch]
2020-12-11 14:21:20 -04:00

13 lines
319 B
JSON

{
"files.exclude": {
"**/.vs": true,
"**/node_modules": true,
"**/build/**": true,
"**/Server/public/**": true,
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.copyOnSelection": true,
}