Browse Source

SQDEVOPS-485 Creates fips_qa_task

pull/3361/head
Davi Koscianski Vidal 4 weeks ago
parent
commit
019e95b63b
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      .vscode/settings.json

+ 8
- 1
.vscode/settings.json View File

@@ -73,4 +73,11 @@
"[markdown]": {
"editor.defaultFormatter": null
},
}
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "keep",
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnSave": false
}
}

Loading…
Cancel
Save