dc/client/.vscode/.editorconfig

10 lines
172 B
INI
Raw Normal View History

2023-07-13 11:44:05 +00:00
{
"search.exclude": {
"**/sasjsbuild/**": true,
"**/dist/**":true
},
"editor.insertSpaces": true,
"editor.tabSize": 2,
"trim_trailing_whitespace": true
}