diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..aee27d3c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "rewrap.wrappingColumn": 80, + "editor.rulers": [80, 120], + "markdownlint.config": { + "MD013": true + }, +} \ No newline at end of file