mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
10 lines
172 B
INI
10 lines
172 B
INI
{
|
|
"search.exclude": {
|
|
"**/sasjsbuild/**": true,
|
|
"**/dist/**":true
|
|
},
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"trim_trailing_whitespace": true
|
|
}
|