v20200615
authorKilian Saffran <ksaffran@dks.lu>
Tue, 16 Jun 2020 05:10:59 +0000 (07:10 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 16 Jun 2020 05:10:59 +0000 (07:10 +0200)
.vscode/settings.json [new file with mode: 0644]

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644 (file)
index 0000000..039403a
--- /dev/null
@@ -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