projects
/
pot_lu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d79732
)
v20200615
author
Kilian Saffran
<ksaffran@dks.lu>
Tue, 16 Jun 2020 05:10:59 +0000
(07:10 +0200)
committer
Kilian Saffran
<ksaffran@dks.lu>
Tue, 16 Jun 2020 05:10:59 +0000
(07:10 +0200)
.vscode/settings.json
[new file with mode: 0644]
patch
|
blob
diff --git a/.vscode/settings.json
b/.vscode/settings.json
new file mode 100644
(file)
index 0000000..
039403a
--- /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