diff options
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/.vscode/settings.json')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/.vscode/settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/.vscode/settings.json b/ansible_collections/lowlydba/sqlserver/.vscode/settings.json new file mode 100644 index 000000000..46e899024 --- /dev/null +++ b/ansible_collections/lowlydba/sqlserver/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "files.eol": "\n", + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, + "files.trimTrailingWhitespace": true +} |