diff options
author | Davi Koscianski Vidal <davi.koscianski-vidal@sonarsource.com> | 2024-05-21 09:47:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-05-21 20:02:35 +0000 |
commit | 019e95b63b260b5ab6e7650180fc3bc490018d0f (patch) | |
tree | 40a2048ae196e64179498d47c1b0241f8dc99cc5 /.vscode | |
parent | f736a9dc588afbe6fa5d8fd6f6771fb018e98938 (diff) | |
download | sonarqube-019e95b63b260b5ab6e7650180fc3bc490018d0f.tar.gz sonarqube-019e95b63b260b5ab6e7650180fc3bc490018d0f.zip |
SQDEVOPS-485 Creates fips_qa_task
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5807abed4af..81b53b5bfb6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -73,4 +73,11 @@ "[markdown]": { "editor.defaultFormatter": null }, - }
\ No newline at end of file + "[yaml]": { + "editor.insertSpaces": true, + "editor.tabSize": 2, + "editor.autoIndent": "keep", + "diffEditor.ignoreTrimWhitespace": false, + "editor.formatOnSave": false + } +} |