diff --git a/.vscode/settings.json b/.vscode/settings.json index c33f13702f89..896fbaebbb3a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ - { + // This matches the value configured on the autoformatter + "editor.rulers": [80], + // An array of language ids which should be validated by ESLint "eslint.validate": [ "javascript",