diff options
| author | Christine Dodrill <me@christine.website> | 2021-03-03 18:15:54 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-03-03 18:15:54 -0500 |
| commit | d978995f7925f7680d880077e8c046a68245758d (patch) | |
| tree | a6f7a86ada67e8502236bf263e39ea263cf1e552 /.vscode/settings.json | |
| parent | f8c2897765b41e90c7e32944ae412f8c56c90b4a (diff) | |
| download | xesite-d978995f7925f7680d880077e8c046a68245758d.tar.xz xesite-d978995f7925f7680d880077e8c046a68245758d.zip | |
refine vscode settings
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index bf2bd93..1cba12d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,8 @@ { "editor.wordWrap": "wordWrapColumn", - "editor.wordWrapColumn": 80, - "editor.wordBasedSuggestions": false, - "[markdown]":{ + "[markdown]": { "editor.wordWrap": "wordWrapColumn", "editor.wordWrapColumn": 80, - "vim.textwidth": 80, + "editor.wordBasedSuggestions": false }, }
\ No newline at end of file |
