Initial commit
This commit is contained in:
1
.vscode/ltex.hiddenFalsePositives.en-US.txt
vendored
Normal file
1
.vscode/ltex.hiddenFalsePositives.en-US.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"rule":"PAST_TIME","sentence":"^\\QIt's well past time to start owning my words again and, more importantly, treating them lik,e they matter and kept\\E$"}
|
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"[markdown]": {
|
||||
"editor.fontSize": 14,
|
||||
"editor.lineHeight": 26,
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"editor.wordWrapColumn": 64,
|
||||
"editor.lineNumbers": "off",
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "off",
|
||||
"strings": "off",
|
||||
"other": "off"
|
||||
},
|
||||
"editor.minimap.enabled": false
|
||||
},
|
||||
"frontMatter.content.autoUpdateDate": true,
|
||||
"frontMatter.preview.host": "http://localhost:1313/",
|
||||
"frontMatter.dashboard.openOnStart": true
|
||||
}
|
Reference in New Issue
Block a user