Add more settings for vscode from @JakeSidSmith
This commit is contained in:
parent
f1040efe3c
commit
0af5ea9839
2 changed files with 6 additions and 2 deletions
|
@ -27,4 +27,7 @@
|
||||||
"workbench.activityBar.visible": false,
|
"workbench.activityBar.visible": false,
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 14,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"auto-close-tag.SublimeText3Mode": true
|
||||||
}
|
}
|
|
@ -29,7 +29,8 @@ class config::vscode {
|
||||||
'steoates.autoimport',
|
'steoates.autoimport',
|
||||||
'truman.autocomplate-shell',
|
'truman.autocomplate-shell',
|
||||||
'wholroyd.jinja',
|
'wholroyd.jinja',
|
||||||
'zolocode.editorzoom'
|
'zolocode.editorzoom',
|
||||||
|
'formulahendry.auto-close-tag'
|
||||||
];
|
];
|
||||||
|
|
||||||
$extensions.each |String $extension| {
|
$extensions.each |String $extension| {
|
||||||
|
|
Loading…
Reference in a new issue