mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
vscode: don't detect indentation, use 3 spaces as default
This commit is contained in:
parent
145f4fd712
commit
3b08a377db
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -7,6 +7,7 @@
|
|||||||
"terminal.integrated.cursorBlinking": true,
|
"terminal.integrated.cursorBlinking": true,
|
||||||
|
|
||||||
"editor.tabSize": 3,
|
"editor.tabSize": 3,
|
||||||
|
"editor.detectIndentation": false,
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user