mirror of
https://github.com/sasjs/core.git
synced 2025-12-16 00:24:35 +00:00
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"files.trimTrailingWhitespace": true
|
|
} |