11{
2+ "editor.wordWrap" : " off" ,
23 "files.eol" : " \n " ,
34 "files.defaultLanguage" : " shellscript" ,
45 "files.associations" : {
56 "untitled-*" : " shellscript" ,
6- "**/root/[!.]" : " shellscript" ,
7- "**/hooks[!.]" : " shellscript" ,
8- "config.env" : " shellscript" ,
9- "deploy.env" : " shellscript"
7+ "**/rootfs[!.]" : " shellscript"
108 },
119 "[shellscript]" : {
1210 "files.eol" : " \n " ,
1311 "editor.tabSize" : 2 ,
1412 "editor.insertSpaces" : true
1513 },
14+ "[markdown]" : {
15+ "editor.unicodeHighlight.ambiguousCharacters" : false ,
16+ "editor.unicodeHighlight.invisibleCharacters" : false ,
17+ "diffEditor.ignoreTrimWhitespace" : false ,
18+ "editor.wordWrap" : " off" ,
19+ "editor.quickSuggestions" : {
20+ "comments" : " off" ,
21+ "strings" : " off" ,
22+ "other" : " off"
23+ }
24+ },
1625 "shellcheck.enable" : true ,
1726 "shellcheck.run" : " onSave" ,
1827 "shellcheck.customArgs" : [
4049 "args" : [],
4150 "icon" : " terminal-ubuntu"
4251 }
43- }
52+ },
53+ "markdown.extension.toc.omittedFromToc" : {
54+ "README.md" : [
55+ " ## Table of Contents"
56+ ],
57+ "docs/ENVIRONMENT.md" : [
58+ " ## Table of Contents"
59+ ],
60+ "docs/DEVELOPMENT.md" : [
61+ " ## Table of Contents"
62+ ]
63+ },
64+ "markdown-mermaid.lightModeTheme" : " default" ,
65+ "markdown-mermaid.darkModeTheme" : " dark"
4466}
0 commit comments