From: Kilian Saffran Date: Tue, 16 Jun 2020 05:10:59 +0000 (+0200) Subject: v20200615 X-Git-Tag: 1.0.15~61^2 X-Git-Url: http://cloud.dks.lu/git/?a=commitdiff_plain;h=5e9b540095f45497a6f6a8b1340395a89fab5c25;p=pot_lu.git v20200615 --- 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