File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 33 " davidanson.vscode-markdownlint" ,
44 " editorconfig.editorconfig" ,
55 " foxundermoon.shell-format" ,
6- " timonwong.shellcheck"
6+ " timonwong.shellcheck" ,
7+ " yzhang.markdown-all-in-one"
78 ]
89}
Original file line number Diff line number Diff line change 88 ".shellcheckrc" : " properties"
99 },
1010
11+ // Markdown table of contents generation
12+ "markdown.extension.toc.levels" : " 2..2" ,
13+ "markdown.extension.toc.slugifyMode" : " github" ,
14+
1115 // Use EditorConfig for shfmt settings
1216 "shellformat.useEditorConfig" : true ,
1317
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ bash-script-template
55
66A * Bash* scripting template incorporating best practices & several useful functions.
77
8+ - [ Motivation] ( #motivation )
9+ - [ Files] ( #files )
10+ - [ Usage] ( #usage )
11+ - [ Controversies] ( #controversies )
12+ - [ License] ( #license )
13+
814Motivation
915----------
1016
You can’t perform that action at this time.
0 commit comments