From 5e9b540095f45497a6f6a8b1340395a89fab5c25 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Tue, 16 Jun 2020 07:10:59 +0200 Subject: [PATCH] v20200615 --- .vscode/settings.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..039403ae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,16 @@ +{ + "perlSyntax.includePaths": [ + "${workspaceFolder}\\backoffice\\api\\lib\\perl5" +], +"tidyHtml.optionsTidy": { + "indent-attributes": false, + "tab-size":2, + "indent":true, + "show-body-only":true, + "fix-uri": false, + "newline":"LF", + "drop-empty-elements": false, + "hide-comments": true, +} + +} \ No newline at end of file -- 2.39.5