diff options
author | spiderpig86 <slim679975@gmail.com> | 2018-07-08 21:16:51 -0400 |
---|---|---|
committer | spiderpig86 <slim679975@gmail.com> | 2018-07-08 21:16:51 -0400 |
commit | 119c4172bb4eec083b23a86f784809705276e51a (patch) | |
tree | a27b754ff19ffb4938e5d29e49cf4a1a81229414 /.vscode/settings.json | |
parent | 6f32ec9859005b370994402848547c8a90400de2 (diff) |
chore(mips.html.markdown): Content now wraps at 80 chars
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ae758328 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.rulers": [80, 120], +}
\ No newline at end of file |