ipam/.vscode/settings.json

11 строки
202 B
JSON

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"[python]": {
"editor.tabSize": 4
},
"[javascript]": {
"editor.tabSize": 2
},
"editor.wordWrap": "off"
}