Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"[json]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[html]": {
|
||||
"editor.formatOnSave": false,
|
||||
"editor.defaultFormatter": "vscode.html-language-features"
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/.git": true,
|
||||
"**/node_modules": true,
|
||||
"**/bower_components": true,
|
||||
"**/tmp": true,
|
||||
"**/_site": true,
|
||||
"**/.jekyll-cache": true
|
||||
},
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue