You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
13 lines
319 B
JSON
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,
|
|
} |